anki/rslib
Damien Elmes 2c80bcb571 Update to latest rules_rust, which unblocks the tokio upgrade
Rust version has been pinned, as 1.59 gets stuck compiling pyo3_macros,
and appears to have other issues:
https://github.com/rust-lang/rust/issues/94390
2022-03-03 19:48:17 +10:00
..
.cargo initial Bazel conversion 2020-11-01 14:26:58 +10:00
benches New TTS/AV tag handling (#1559) 2021-12-17 19:04:42 +10:00
build Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
cargo Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
i18n Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
i18n_helpers Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
linkchecker Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
src Remove top_deck_id arg in deck_tree() (#1702) 2022-03-02 15:30:32 +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.bazel V3 parent limits (#1638) 2022-02-10 09:55:43 +10:00
Cargo.toml Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
empty.rs Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
README.md add some code editing/completion docs 2020-12-16 14:16:08 +10:00
rustfmt.bzl Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
rustfmt.toml tidy up Rust imports 2021-04-18 18:38:54 +10:00

Anki's Rust code.

backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.