Function abstio::load_all_objects
source · [−]pub fn load_all_objects<T: DeserializeOwned>(dir: String) -> Vec<(String, T)>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
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.