jonas-schievink / zathura-plugin

Write Zathura plugins in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Zathura Plugin API wrapper for Rust

crates.io docs.rs CI

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.

About

Write Zathura plugins in Rust

License:BSD Zero Clause License


Languages

Language:Rust 99.9%Language:C 0.1%