bbcab21f13
Anki's DB schema unfortunately uses odid=0 instead of null to indicate a lack of an original due date, so having a due position of 0 leads to the temporary due date not being reset when the card is removed from a filtered deck. https://forums.ankiweb.net/t/anki-2-1-50-beta-6-9-stable-release/18181/52 |
||
---|---|---|
.. | ||
.cargo | ||
benches | ||
build | ||
cargo | ||
i18n | ||
i18n_helpers | ||
linkchecker | ||
src | ||
tests/support | ||
.gitignore | ||
bench.sh | ||
BUILD.bazel | ||
Cargo.toml | ||
empty.rs | ||
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.