abstreet/abstio/src
2021-03-24 21:23:38 -07:00
..
abst_data.rs Use u64 to describe number of bytes in the Manifest, now that we have a massive GeoTIFF in there that breaks wasm's 2^32 usize limit. #586 2021-03-24 21:23:38 -07:00
abst_paths.rs Change some uses of Into<String> to AsRef<str>, to avoid allocations. #253 2021-03-11 11:29:18 -08:00
download.rs Use our native download function instead of external curl command from the importer. #523 2021-03-17 10:29:28 -07:00
io_native.rs Change some uses of Into<String> to AsRef<str>, to avoid allocations. #253 2021-03-11 11:29:18 -08:00
io_web.rs Use AsRef<str> in more widgetry methods, getting rid of &format at many 2021-03-11 11:29:18 -08:00
io.rs Switch all error handling to anyhow. Nothing consumes our code as a 2021-01-05 11:35:03 -08:00
lib.rs Refactor a method to asynchronously download a file on native, with a simple progress bar. #523 2021-03-15 19:51:45 -07:00