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.
//! 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`.)
pubusedjvu_iw44::*;