anki/rslib
Damien Elmes dffa38c479 expose uncapped counts and total in tree node
In the future this information could be revealed on hover, to make it
clearer how limits are being applied.
2021-08-22 15:32:46 +10:00
..
.cargo
build Remove native HelpPage enum 2021-07-22 16:32:49 +02:00
cargo add linkcheck to Bazel 2021-07-23 20:22:32 +10:00
i18n fix new clippy warning 2021-08-22 15:32:46 +10:00
src expose uncapped counts and total in tree node 2021-08-22 15:32:46 +10:00
templates
tests use separate integration test for links 2021-07-24 10:12:25 +10:00
.gitignore
BUILD.bazel fix reqwest build on Linux again 2021-07-24 10:18:09 +10:00
Cargo.toml Add links.rs for checking and building links 2021-07-22 10:03:03 +02: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
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.