jbig2dec 0.2.0

Rust binding to jbig2dec
Documentation
# jbig2dec-rs

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

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

## Installation

Add it to your `Cargo.toml`:

```toml
[dependencies]
jbig2dec = "0.1"
```

## License

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