Functionsยง
- find_
next_ file - find_
prev_ file - Keeps file extensions
- list_
all_ objects - Just list all things from a directory, return sorted by name, with file extension removed.
- load_
all_ objects - Load all serialized things from a directory, return sorted by name, with file extension removed. Detects JSON or binary. Filters out broken files.
- maybe_
read_ json - must_
read_ object - May be a JSON or binary file. Panics on failure.
- read_
binary - read_
json - read_
object - May be a JSON or binary file