pdfluent-jbig2 0.2.2

A memory-safe, pure-Rust JBIG2 decoder.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "pdfluent-ccitt"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed6b3894d9ba8f5217ae7e975b85e29525907c431ec828f08f090046dc1a79b"

[[package]]
name = "pdfluent-jbig2"
version = "0.2.2"
dependencies = [
 "pdfluent-ccitt",
]