mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
This brings the behaviour a bit closer to the default ordering of new cards when they are reset, and is better than an undefined template order. But it's a stopgap solution, and in the long run, filtered decks need a bit of a rethink with the improved ordering than v3 has brought. |
||
|---|---|---|
| .. | ||
| .cargo | ||
| build | ||
| cargo | ||
| i18n | ||
| i18n_helpers | ||
| src | ||
| tests | ||
| .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.