djvu-rs 0.24.0

Pure-Rust DjVu codec — decode and encode DjVu documents. 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::*;