zathura-plugin 0.1.0

Idiomatic wrapper around Zathura's Plugin interface
# TODO: Write a title

[![crates.io](https://img.shields.io/crates/v/zathura-plugin.svg)](https://crates.io/crates/zathura-plugin)
[![docs.rs](https://docs.rs/zathura-plugin/badge.svg)](https://docs.rs/zathura-plugin/)
[![Build Status](https://travis-ci.org/jonas-schievink/zathura-plugin.svg?branch=master)](https://travis-ci.org/jonas-schievink/zathura-plugin)

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

Please refer to the [changelog](CHANGELOG.md) to see what changed in the last
releases.

## Usage

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;
```