djvu-rs 0.35.2

Read, render, convert, and create DjVu files. Pure-Rust DjVu decoder/encoder with CLI, WebAssembly, and Python bindings. DjVu to PDF, EPUB, TIFF, PNG, and text. MIT licensed, no GPL dependencies.
Documentation
1
2
3
4
5
6
7
//! IW44 decoder re-export.
//!
//! The implementation lives in the standalone `djvu-iw44` crate; this module
//! re-exports it as `djvu_rs::iw44::*`. (Formerly `iw44_new`, kept as a
//! compatibility alias in `lib.rs`.)

pub use djvu_iw44::*;