1 2 3 4 5 6
//! Backwards-compatible IW44 decoder module. //! //! The implementation lives in the standalone `djvu-iw44` crate. This module //! preserves the historical `djvu_rs::iw44_new::*` path. pub use djvu_iw44::*;