mirror of
https://github.com/ankitects/anki.git
synced 2026-04-02 18:53:01 -04:00
274 B
274 B
Rust API
Anki's Rust API documentation is generated from doc comments in the rslib/
crates using cargo doc.
To browse the docs locally:
cargo doc --open
The main crates are:
- anki (
rslib/) - Core library - anki_io (
rslib/io/) - I/O utilities