anki/rslib
Damien Elmes 9daa0c9acb fix new cards not appearing in correct order in v3
This was broken by an SQLite upgrade - previously we received the rows
in ix_cards_sched order, but recent versions use a table scan for that
query when the order is unspecified. Solved by being explicit about the
order we expect results to arrive.

https://forums.ankiweb.net/t/skipping-new-cards/15410
2021-12-02 17:20:48 +10:00
..
.cargo initial Bazel conversion 2020-11-01 14:26:58 +10:00
build Remove native HelpPage enum 2021-07-22 16:32:49 +02:00
cargo Fix latest Rusqlite on Windows 2021-11-19 10:44:02 +10:00
i18n Fix latest Rusqlite on Windows 2021-11-19 10:44:02 +10:00
i18n_helpers Fix latest Rusqlite on Windows 2021-11-19 10:44:02 +10:00
src fix new cards not appearing in correct order in v3 2021-12-02 17:20:48 +10:00
tests use separate integration test for links 2021-07-24 10:12:25 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bazel convert sql_format to ts_project; move into separate folder 2021-10-18 19:39:45 +10:00
Cargo.toml Fix latest Rusqlite on Windows 2021-11-19 10:44:02 +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.