mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 00:27:13 -05:00
This is not the way the code is intended to be used, but making it conform to the existing API allows us to exercise the existing unit tests and provides partial backwards compatibility. - Leech handling is currently broken - Fix answered_at in wrong units, and not being used |
||
|---|---|---|
| .. | ||
| .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.