Pure-Rust DjVu BZZ compressor and decompressor.
This crate is part of the `djvu-rs` workspace. It exposes the BZZ codec used
by DjVu metadata chunks such as DIRM, NAVM, ANTz, TXTz, and FGbz.
- -
The decoder builds with `default-features = false` for no_std consumers that
only need decompression.