mirror of
https://github.com/ankitects/anki.git
synced 2025-11-25 14:07:14 -05:00
- backend routines should contain minimal logic, and should call into a routine on the collection - instead of copying the giant-string approach the Python code was taking, we use a HashSet to keep track of seen tags as we loop through the notes, which should be more efficient |
||
|---|---|---|
| .. | ||
| .cargo | ||
| build | ||
| cargo | ||
| src | ||
| templates | ||
| tests/support | ||
| .clang-format | ||
| .gitignore | ||
| backend.proto | ||
| BUILD.bazel | ||
| Cargo.toml | ||
| clang_format.bzl | ||
| proto_format.py | ||
| README.md | ||
| rustfmt.bzl | ||
Anki's Rust code.
backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.