Anki/rslib
RumovZ b1142c12d9
Fix constrained_fuzz_bounds() (#1490)
... for cases where the entire fuzz range is above `maximum`.
Also improve hanling if the entire range is below `minimum` and
readability.
2021-11-15 15:41:43 +10:00
..
.cargo initial Bazel conversion 2020-11-01 14:26:58 +10:00
build
cargo Garbage collect unused Fluent strings (#1482) 2021-11-12 18:19:01 +10:00
i18n Garbage collect unused Fluent strings (#1482) 2021-11-12 18:19:01 +10:00
i18n_helpers Garbage collect unused Fluent strings (#1482) 2021-11-12 18:19:01 +10:00
src Fix constrained_fuzz_bounds() (#1490) 2021-11-15 15:41:43 +10:00
tests use separate integration test for links 2021-07-24 10:12:25 +10:00
.gitignore
BUILD.bazel convert sql_format to ts_project; move into separate folder 2021-10-18 19:39:45 +10:00
Cargo.toml Switch CardInfoDialog to ts page (#1414) 2021-10-14 19:22:47 +10:00
empty.rs
README.md
rustfmt.bzl
rustfmt.toml

Anki's Rust code.

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