abstio

Function load_all_objects

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

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