anki/rslib
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
..
benches Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
i18n Update Rust deps 2023-03-31 14:38:24 +10:00
i18n_helpers Update Rust deps 2023-03-31 14:38:24 +10:00
io Split io.rs into separate crate, and use it in proto build 2023-06-12 15:47:51 +10:00
linkchecker Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
proto Split io.rs into separate crate, and use it in proto build 2023-06-12 15:47:51 +10:00
src Split io.rs into separate crate, and use it in proto build 2023-06-12 15:47:51 +10:00
tests/support move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
bench.sh New TTS/AV tag handling (#1559) 2021-12-17 19:04:42 +10:00
build.rs Move protobuf generation into a separate crate; write .py interface in Rust 2023-06-12 09:52:00 +10:00
Cargo.toml Split io.rs into separate crate, and use it in proto build 2023-06-12 15:47:51 +10:00
README.md Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00

Anki's Rust code.