mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
Previously we would just use 250% ease for any new card that had no pre-configured ease, but this will result in decks that have non-standard ease values to have "set due date" cards in them that don't match. In order to make this somewhat more efficient, we cache deckid->ease lookups during this operation. Ref: <https://forums.ankiweb.net/t/set-due-date-doesnt-obey-default-ease-factor/9184> Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> |
||
|---|---|---|
| .. | ||
| .cargo | ||
| build | ||
| cargo | ||
| i18n | ||
| src | ||
| templates | ||
| tests/support | ||
| .gitignore | ||
| 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.