Files
anki/proto
user1823 83d711ff0b Feat: Expose card's decay and DR to custom scheduler (#4880)
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.
2026-06-08 20:26:42 +03:00
..
2022-11-27 15:24:20 +10:00

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.