mupdf 0.7.0

Safe Rust wrapper to MuPDF
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# mupdf-rs

[![GitHub Actions](https://github.com/messense/mupdf-rs/workflows/CI/badge.svg)](https://github.com/messense/mupdf-rs/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/mupdf.svg)](https://crates.io/crates/mupdf)
[![docs.rs](https://docs.rs/mupdf/badge.svg)](https://docs.rs/mupdf/)

Rust binding to [mupdf](https://github.com/ArtifexSoftware/mupdf)

**Working in progress**

## References

1. [MuPDF Explored]https://ghostscript.com/~robin/mupdf_explored.pdf

## License

This work is released under the AGPL-3.0 license. A copy of the license is provided in the [LICENSE](./LICENSE) file.