mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
- The "unbury deck" option was broken, as it was ignoring child decks. It would be nice if we could use active_decks instead, but plugging that into the old scheduler without breaking undo seems a bit tricky. - Remove the implicit From impl for decks, so we need to be forced to think about whether we want child decks or not. |
||
|---|---|---|
| .. | ||
| .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.