abstreet/rustdoc/abstio/io/sidebar-items.js
2021-01-02 18:45:38 +00:00

1 line
554 B
JavaScript

initSidebarItems({"fn":[["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"]]});