zathura-plugin 0.1.0

Idiomatic wrapper around Zathura's Plugin interface
docs.rs failed to build zathura-plugin-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: zathura-plugin-0.4.0

TODO: Write a title

crates.io docs.rs Build Status

TODO: Briefly describe the crate here (eg. "This crate provides ...").

Please refer to the changelog to see what changed in the last releases.

Usage

Start by adding an entry to your Cargo.toml:

[dependencies]
zathura-plugin = "0.1.0"

Then import the crate into your Rust code:

extern crate zathura-plugin;