//! Clean-room, library-first parser for MDict `.mdx` and `.mdd` dictionaries.
//!
//! The implementation is intentionally defensive:
//! - all binary parsing goes through checked readers
//! - compressed blocks are checksum-verified and size-limited
//! - unsupported features fail with structured errors instead of panicking
//! - parsing logic is shared between MDX and MDD wrappers
pub use ;
pub use ;
pub use ;
pub use ;