anki/rslib
Damien Elmes 9c354f5e6b drop the cloze-in-basic check for now
Unfortunately a popular note taking tool has been misusing cloze
markers in its deck exports. We may want to add this back in the
future, but we'll probably want to start by warning users, to give
people time to adjust.
2021-07-11 20:31:02 +10:00
..
.cargo initial Bazel conversion 2020-11-01 14:26:58 +10:00
build refactor protobuf handling for split/import 2021-07-10 19:17:05 +10:00
cargo add back in missing check for upload size 2021-06-29 10:50:03 +10:00
i18n update most rust deps; skip rusqlite 2021-06-25 15:35:25 +10:00
src drop the cloze-in-basic check for now 2021-07-11 20:31:02 +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
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bazel refactor protobuf handling for split/import 2021-07-10 19:17:05 +10:00
Cargo.toml add back in missing check for upload size 2021-06-29 10:50:03 +10:00
empty.rs add a valid, empty file so the check action works in Rust Analyzer 2021-05-05 15:53:27 +10:00
README.md add some code editing/completion docs 2020-12-16 14:16:08 +10:00
rustfmt.bzl update to the latest rules_rust + security framework update 2021-03-27 19:28:19 +10:00
rustfmt.toml tidy up Rust imports 2021-04-18 18:38:54 +10:00

Anki's Rust code.

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