b64f7a9456
The bury new/review flags are now pulled from each card's home deck, instead of using a global setting that had not been hooked up. This unfortunately means we need to fetch the map of all decks up front, as we need to be able to look up a deck configuration for cards that are in filtered decks. Fixes a "card was modified" error caused by cards being buried during review, when they weren't removed up-front. |
||
---|---|---|
.. | ||
.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.