Anki/rslib
abdo c6e3d55400 fill_missing_tags's input should be sorted
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.
2021-01-09 17:10:16 +03:00
..
.cargo initial Bazel conversion 2020-11-01 14:26:58 +10:00
build don't pass BUILDINFO into build script 2020-12-21 16:04:29 +10:00
cargo add aarch64 Linux to cargo; update deps 2020-12-30 13:33:16 +10:00
src fill_missing_tags's input should be sorted 2021-01-09 17:10:16 +03:00
templates migrate card stats to backend 2020-06-15 17:22:16 +10:00
tests/support initial Bazel conversion 2020-11-01 14:26:58 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
backend.proto Do not check for missing tag parents at registration time 2021-01-09 17:10:16 +03:00
BUILD.bazel add clang-format for backend.proto formatting 2021-01-09 17:08:50 +10:00
Cargo.toml update prost to new 0.7 release+auto stage changes 2020-12-28 10:12:35 +10:00
clang_format.bzl add clang-format for backend.proto formatting 2021-01-09 17:08:50 +10:00
proto_format.py add clang-format for backend.proto formatting 2021-01-09 17:08:50 +10:00
README.md add some code editing/completion docs 2020-12-16 14:16:08 +10:00
rustfmt.bzl initial Bazel conversion 2020-11-01 14:26:58 +10:00

Anki's Rust code.

backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.