> ## Documentation Index
> Fetch the complete documentation index at: https://anki.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 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
