pub fn list_all_objects(dir: String) -> Vec<String>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where A: Allocator,
impl<A> Write for Vec<u8, A> where A: Allocator,
Just list all things from a directory, return sorted by name, with file extension removed.
Hidden files (starting with .) are filtered out.
.