//! Optional features module.
//!
//! This module contains optional functionality for compression, hashing,
//! and dictionary detection. These features are organized separately from
//! the core encoding/decoding functionality.
// Re-export main types and functions for convenience
pub use ;
pub use ;
pub use ;