jbig2enc-rust 0.5.3

JBIG2 encoder implementation in Rust with PDF fragment support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Submodule declarations for the symbol-dictionary/text-region machinery.
// No logic here — see REFACTOR_JBIG2ENC.md for the file map.

pub(crate) mod clustering;
pub(crate) mod dictionary;
pub(crate) mod extraction;
pub(crate) mod planning;
pub(crate) mod serialize;
pub(crate) mod text_region;
pub(crate) mod text_region_refine;
pub(crate) mod types;
pub(crate) mod unify_apply;
pub(crate) mod unify_match;

#[cfg(test)]
pub(crate) mod tests;