anki/rslib
Damien Elmes fa625d7ad8
Minor Rust cleanups (#2272)
* Run cargo +nightly fmt

* Latest prost-build includes clippy workaround

* Tweak Rust protobuf imports

- Avoid use of stringify!(), as JetBrains editors get confused by it
- Stop merging all protobuf symbols into a single namespace

* Remove some unnecessary qualifications

Found via IntelliJ lint

* Migrate some asserts to assert_eq/ne

* Remove mention of node_modules exclusion

This no longer seems to be necessary after migrating away from Bazel,
and excluding it means TS/Svelte files can't be edited properly.
2022-12-16 21:40:27 +10:00
..
ascii_percent_encoding Ignore non-ASCII chars in ascii_percent_encoding 2022-12-09 11:47:59 +01:00
benches New TTS/AV tag handling (#1559) 2021-12-17 19:04:42 +10:00
build Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
i18n Minor Rust cleanups (#2272) 2022-12-16 21:40:27 +10:00
i18n_helpers Minor Rust cleanups (#2272) 2022-12-16 21:40:27 +10:00
linkchecker Pin chrono; update compatible Rust crates 2022-11-30 12:38:10 +10:00
src Minor Rust cleanups (#2272) 2022-12-16 21:40:27 +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
Cargo.toml Minor Rust cleanups (#2272) 2022-12-16 21:40:27 +10:00
README.md Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00

Anki's Rust code.