mirror of
https://github.com/ankitects/anki.git
synced 2026-05-16 04:30:39 -04:00
16 lines
274 B
Markdown
16 lines
274 B
Markdown
# 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
|