//! State primitives — StateTable, StateMap, ContextMap for bit-level state tracking.
//!
//! Phase 2: 256-state bit history machine + adaptive state→probability mapping.
//! Phase 3: ContextMap — lossy hash table for higher-order context models.
pub use ;
pub use StateMap;
pub use StateTable;