anki/rslib
Abdo aaaea03c72
Fix new preview card's position being interpreted as a date (#1577)
* Fix new preview card's position being interpreted as a date

Can be reproduced by opening the Card Info screen of a new preview card
not answered yet.

* Update rslib/src/stats/card.rs
2022-01-06 19:52:54 +10:00
..
.cargo initial Bazel conversion 2020-11-01 14:26:58 +10:00
benches New TTS/AV tag handling (#1559) 2021-12-17 19:04:42 +10:00
build Remove native HelpPage enum 2021-07-22 16:32:49 +02:00
cargo update Rust deps 2021-12-03 20:35:53 +10:00
i18n check for missed dbg!() statements 2021-12-14 09:05:14 +10:00
i18n_helpers run buildifier/buildozer to tidy up BUILD files 2021-12-14 09:18:24 +10:00
linkchecker move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
src Fix new preview card's position being interpreted as a date (#1577) 2022-01-06 19:52:54 +10:00
tests/support move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
bench.sh New TTS/AV tag handling (#1559) 2021-12-17 19:04:42 +10:00
BUILD.bazel move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
Cargo.toml move linkchecker into separate crate 2021-12-20 17:27:43 +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.