[][src]Function abstutil::load_all_objects

pub fn load_all_objects<T: DeserializeOwned>(dir: String) -> Vec<(String, T)>

Load all serialized things from a directory, return sorted by name, with file extension removed. Detects JSON or binary. Filters out broken files.