Anki/rslib
Damien Elmes 3988010aa2 avoid bumping mtime when correcting card eases on upgrade
The USN is still set, which should cause the cards to sync in the
non-conflict case, but if changes have been made on other devices
the ease fix will not take priority, as we could be overwriting the
reviews of someone who has not synced in a while.
2021-01-30 13:40:20 +10:00
..
.cargo initial Bazel conversion 2020-11-01 14:26:58 +10:00
build don't pass BUILDINFO into build script 2020-12-21 16:04:29 +10:00
cargo update prost to new 0.7 release+auto stage changes 2021-01-30 13:21:41 +10:00
src avoid bumping mtime when correcting card eases on upgrade 2021-01-30 13:40:20 +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
backend.proto no need to log card resets when exporting 2021-01-30 13:29:08 +10:00
BUILD.bazel don't pass BUILDINFO into build script 2020-12-21 16:04:29 +10:00
Cargo.toml update prost to new 0.7 release+auto stage changes 2021-01-30 13:21:41 +10:00
README.md add some code editing/completion docs 2020-12-16 14:16:08 +10:00
rustfmt.bzl initial Bazel conversion 2020-11-01 14:26:58 +10:00

Anki's Rust code.

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