mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
+ zero remaining steps when graduating (they shouldn't have been doing any harm, but this is neater) + add some more tests that cover these cases |
||
|---|---|---|
| .. | ||
| .cargo | ||
| build | ||
| cargo | ||
| i18n | ||
| src | ||
| templates | ||
| tests/support | ||
| .clang-format | ||
| .gitignore | ||
| backend.proto | ||
| BUILD.bazel | ||
| Cargo.toml | ||
| clang_format.bzl | ||
| empty.rs | ||
| proto_format.py | ||
| README.md | ||
| rustfmt.bzl | ||
| rustfmt.toml | ||
Anki's Rust code.
backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.