pdfluent-jbig2 0.2.3

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 = 3

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

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