https://github.com/messense/jbig2dec-rs
Rust binding to jbig2dec
https://github.com/messense/jbig2dec-rs
jbig2 jbig2dec
Last synced: about 1 year ago
JSON representation
Rust binding to jbig2dec
- Host: GitHub
- URL: https://github.com/messense/jbig2dec-rs
- Owner: messense
- License: agpl-3.0
- Created: 2019-12-16T07:34:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T07:04:22.000Z (over 5 years ago)
- Last Synced: 2025-04-23T02:16:46.174Z (about 1 year ago)
- Topics: jbig2, jbig2dec
- Language: Rust
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jbig2dec-rs
[](https://github.com/messense/jbig2dec-rs/actions?query=workflow%3ACI)
[](https://crates.io/crates/jbig2dec)
[](https://docs.rs/jbig2dec/)
Rust binding to [jbig2dec](https://github.com/ArtifexSoftware/jbig2dec)
## Installation
Add it to your `Cargo.toml`:
```toml
[dependencies]
jbig2dec = "0.3"
```
## License
This work is released under the GPLv3 license. A copy of the license is provided in the [LICENSE](./LICENSE) file.