mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-20 04:42:16 +03:00
1 line
554 B
JavaScript
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"]]}); |