mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
![]() I assumed that fill_missing_tags will work correctly with un unsorted tag list previously so I replaced the all_tags_sorted call, but take the following the list for example: ["foo::bar", "foo"] This will cause "foo" to be counted like a missing tag, since it's encountered the first time when looking at "foo::bar"", and its config and other associated data will be lost. |
||
---|---|---|
.. | ||
.cargo | ||
build | ||
cargo | ||
src | ||
templates | ||
tests/support | ||
.gitignore | ||
backend.proto | ||
BUILD.bazel | ||
Cargo.toml | ||
clang_format.bzl | ||
proto_format.py | ||
README.md | ||
rustfmt.bzl |
Anki's Rust code.
backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.