mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Instead of using a separate undo queue, the code now defers checking for newly-due learning cards until the answering stage, and logs the updated cutoff time as an undoable change, so that any newly-due learning cards won't appear instead of a new/review card that was just undone. Queue redo now uses a similar approach to undo, instead of rebuilding the queues. |
||
|---|---|---|
| .. | ||
| .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.