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