abstreet/convert_osm/src
Dustin Carlino c9c6f240ae Remove timer.{note, warn, error} in favor of the log crate. #262
Originally, the intention of the deleted calls was to not interrupt
Timer progress bars with warnings. But the output of things like the
importer is impossible to read anyway. Strongly considering explicitly
sending logs and timing info to separate places and using something like
multitail for live progress.

Unplumb timer from LOADS of places that just needed it for logging.
2021-01-21 19:22:02 -08:00
..
bin Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00
clip.rs Organize import blocks using https://github.com/dabreegster/organize_rust_imports 2020-10-05 20:29:22 -07:00
extract.rs Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00
lib.rs Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00
osm_geom.rs Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00
parking.rs Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00
reader.rs Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00
snappy.rs Automatically merge roads based on the inferred length. For now, the 2021-01-15 16:53:12 -08:00
split_ways.rs Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00
srtm.rs Switch all error handling to anyhow. Nothing consumes our code as a 2021-01-05 11:35:03 -08:00
transit.rs Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00