TODO: Briefly describe the crate here (eg. "This crate provides ...").
Please refer to the changelog to see what changed in the last releases.
Start by adding an entry to your Cargo.toml
:
toml
[dependencies]
zathura-plugin = "0.1.0"
Then import the crate into your Rust code:
rust
extern crate zathura-plugin;