28 releases (11 breaking)
Uses new Rust 2024
| 0.27.0 | Jul 12, 2026 |
|---|---|
| 0.25.0 | Jul 6, 2026 |
#1481 in Images
500 downloads per month
Used in 3 crates
(2 directly)
14KB
279 lines
djvu-bitmap
Packed 1-bit bitmap type used by DjVu codecs.
This crate is part of the djvu-rs workspace. It exposes the Bitmap type
used by JB2, SMMR, render, and export code while allowing codec crates to avoid
depending on the umbrella djvu-rs crate.
The type builds with default-features = false for no_std consumers.