zathura-plugin

Crates.iozathura-plugin
lib.rszathura-plugin
version0.4.0
sourcesrc
created_at2019-05-01 20:27:30.873417
updated_at2019-05-03 19:19:14.676253
descriptionIdiomatic wrapper around Zathura's Plugin interface
homepage
repositoryhttps://github.com/jonas-schievink/zathura-plugin.git
max_upload_size
id131439
size35,559
Jonas Schievink (jonas-schievink)

documentation

https://docs.rs/zathura-plugin/

README

A Zathura Plugin API wrapper for Rust

crates.io docs.rs Build Status

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.

Usage

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.

Commit count: 40

cargo fmt