Crates.io | zathura-plugin |
lib.rs | zathura-plugin |
version | 0.4.0 |
source | src |
created_at | 2019-05-01 20:27:30.873417 |
updated_at | 2019-05-03 19:19:14.676253 |
description | Idiomatic wrapper around Zathura's Plugin interface |
homepage | |
repository | https://github.com/jonas-schievink/zathura-plugin.git |
max_upload_size | |
id | 131439 |
size | 35,559 |
This crate wraps Zathura's Plugin API in a memory- and typesafe Rust interface, and allows writing Zathura plugins in Rust.
Please refer to the changelog to see what changed in the last releases.
Add an entry to your Cargo.toml
:
[dependencies]
zathura-plugin = "0.4.0"
Check the API Documentation for how to use the crate's functionality.