anki/rslib
2021-03-26 16:52:54 +10:00
..
.cargo initial Bazel conversion 2020-11-01 14:26:58 +10:00
build rework translation handling 2021-03-26 09:41:32 +10:00
cargo rework translation handling 2021-03-26 09:41:32 +10:00
i18n add types to some more Fluent variables 2021-03-26 16:52:54 +10:00
src Merge pull request #1094 from shaunren/fix-tts-html 2021-03-26 11:00:41 +10: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
.clang-format add .clang-format so VS Code preserves formatting style on .proto save 2021-01-12 18:47:08 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
backend.proto rework filtered deck screen & search errors 2021-03-24 22:04:35 +10:00
BUILD.bazel rework translation handling 2021-03-26 09:41:32 +10:00
Cargo.toml rework translation handling 2021-03-26 09:41:32 +10:00
clang_format.bzl NF: add AGPL licence missing in some file 2021-01-31 21:50:21 +01:00
proto_format.py NF: add AGPL licence missing in some file 2021-01-31 21:50:21 +01:00
README.md add some code editing/completion docs 2020-12-16 14:16:08 +10:00
rustfmt.bzl NF: add AGPL licence missing in some file 2021-01-31 21:50:21 +01:00

Anki's Rust code.

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