mirror of
https://github.com/ankitects/anki.git
synced 2026-07-22 03:17:05 -04:00
I wanted to use the card's decay in my custom scheduling script. But, Anki doesn't expose it to JS. This small change exposes the values to JS.
Protobuf files defining the interface the frontend and backend components use to talk to each other, and how Anki stores some of the data inside its SQLite database. These files are used to generate Rust, Python and TypeScript bindings.