djvu-rs 0.17.0

Pure-Rust DjVu codec — decode and encode DjVu documents. MIT licensed, no GPL dependencies.
Documentation
1
2
3
4
5
6
//! Backwards-compatible bitmap module.
//!
//! The implementation lives in the standalone `djvu-bitmap` crate. This module
//! preserves the historical `djvu_rs::bitmap::Bitmap` path.

pub use djvu_bitmap::Bitmap;