Module abstio::io[][src]

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