[−][src]Crate abstutil
The contents of this crate need to be organized better:
- Timer (a mix of logging, profiling, and even parallel execution)
- IO utilities, some of which have web equivalents using include_dir
- Utilities to find A/B Street-specific data
- true utility functions (collections, prettyprinting, CLI parsing
Modules
abst_data | A list of all data files that're part of A/B Street. The updater crate manages this file, either downloading updates or, for developers, uploading them. |
abst_paths | Generate paths for different A/B Street files |
cli | |
collections | |
io | |
io_native | Normal file IO using the filesystem |
serde | |
time | |
utils |
Structs
CmdArgs | |
Counter | |
Entry | A single file |
FileWithProgress | |
Manifest | |
MultiMap | |
Tags | Convenience functions around a string->string map |
Timer | Hierarchial magic |
VecMap | Use when your key is just PartialEq, not Ord or Hash. |
Enums
Parallelism |
Constants
PROGRESS_FREQUENCY_SECONDS |
Traits
TimerSink |