# A Zathura Plugin API wrapper for Rust
[](https://crates.io/crates/zathura-plugin)
[](https://docs.rs/zathura-plugin/)
[](https://travis-ci.org/jonas-schievink/zathura-plugin)
This crate wraps [Zathura's](https://pwmt.org/projects/zathura/)
Plugin API in a memory- and typesafe Rust interface, and allows writing Zathura
plugins in Rust.
Please refer to the [changelog](CHANGELOG.md) to see what changed in the last
releases.
## Usage
Add an entry to your `Cargo.toml`:
```toml
[dependencies]
zathura-plugin = "0.4.0"
```
Check the [API Documentation](https://docs.rs/zathura-plugin/) for how to use the
crate's functionality.