Function abstio::load_all_objects[][src]

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.