4673fb5fe4
Addresses a corner case where a backup is imported into an unchanged collection, resulting in the sync indicator showing a full sync is required, which doesn't go away as syncing thinks no changes are required. An alternative way to solve this would be to reverse the order of checks in the syncing code. It would have the advantage of retaining the modification time of the backup, but any action like clicking on a deck would cause it to be updated anyway, so I'm not sure that buys us much. |
||
---|---|---|
.. | ||
.cargo | ||
benches | ||
build | ||
cargo | ||
i18n | ||
i18n_helpers | ||
linkchecker | ||
src | ||
tests/support | ||
.gitignore | ||
bench.sh | ||
BUILD.bazel | ||
Cargo.toml | ||
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.