mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 23:27:12 -05:00
This correct the probably rare bug as follow: I got a note type with a field whose name is "\". When I made any change to this note type, even unrelated, I get a message stating that there is an empty field. This is strange because I can see it to be false. Investigating show that "\" is normalized to empty field. This ensure that it's shown |
||
|---|---|---|
| .. | ||
| .cargo | ||
| build | ||
| cargo | ||
| src | ||
| templates | ||
| tests/support | ||
| .clang-format | ||
| .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.