mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
![]() - use markdown instead of HTML, to make editing and translating easier - use a shared prefix - a few very minor wording tweaks - we don't need to translate undocumented command errors - share a string for positive number of days - share a string for invalid property and state arguments, and avoid listing them out Related discussion: https://github.com/ankitects/anki/pull/922 |
||
---|---|---|
.. | ||
.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.