Anki/rslib/src/error
Damien Elmes d380f3034c Split io.rs into separate crate, and use it in proto build
Will be handy to use it in our other scripts in the future too - thanks
Rumo!

Results of benchmarking ./run before and after these crate splits:

- Touching a proto file leads to a slight increase: about +90ms
- Touching an rslib file leads to a bigger decrease, as there's less to
recompile: about -700ms

And ./ninja test is even better: about +200ms and -3800ms.
2023-06-12 15:47:51 +10:00
..
db.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
filtered.rs Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
invalid_input.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
mod.rs Split io.rs into separate crate, and use it in proto build 2023-06-12 15:47:51 +10:00
network.rs Add custom display for SyncError 2023-03-01 19:46:06 +10:00
not_found.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
search.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
windows.rs Implement TTS using windows crate (#2371) 2023-02-17 12:26:07 +10:00