abstreet/abstutil/src
Dustin Carlino 9c2c8bbd8f Change some uses of Into<String> to AsRef<str>, to avoid allocations. #253
I manually audited all uses. I kept Into<String> when we really do wind
up storing a String.
2021-03-11 11:29:18 -08:00
..
cli.rs Get rid of the wasm_s3 build flag. Instead use the URL of the wasm app and find the data/ directory off of that, and assume only localhost has uncompressed files. https://github.com/cyipt/actdev/issues/28 2021-02-08 12:41:28 -08:00
collections.rs Based on startup params, display an extra 'study area' on the map. cyipt/actdev#44 2021-01-27 13:00:48 -08:00
lib.rs Split abstio crate out from abstutil. #253 2021-01-02 10:28:00 -08:00
logger.rs replace custom logger with env_logger (#414) 2020-12-07 12:58:47 -08:00
process.rs Refactor a few utilities, and use convex hull of the city boundaries to simplify them considerably. #326 2020-10-26 14:15:25 -07:00
serde.rs Switch all error handling to anyhow. Nothing consumes our code as a 2021-01-05 11:35:03 -08:00
time.rs Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00
utils.rs Change some uses of Into<String> to AsRef<str>, to avoid allocations. #253 2021-03-11 11:29:18 -08:00