djvu-rs 0.34.0

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
//! Backwards-compatible IFF module.
//!
//! The implementation lives in the standalone `djvu-iff` crate. This module
//! preserves the historical `djvu_rs::iff::*` path.

pub use djvu_iff::*;