justbig2 0.1.2

Pure Rust JBIG2 image decoder with no_std support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod error;
mod image;
mod bitreader;
mod arith;
mod arith_int;
mod arith_iaid;
mod huffman;
mod header;
mod segment;
mod page;
mod decoder;
mod generic;
mod mmr;
mod refinement;
mod symbol_dict;
mod text;
mod halftone;
mod api;