1 2 3 4 5 6 7
## Rust library for interacting with the [AnkiConnect](https://git.sr.ht/~foosoft/anki-connect) plugin ### Examples ```rust use anki_direct::prelude::*; ```