//! Building blocks for rapidgzip's speculative marker/window algorithm.
//!
//! These types are public only as a module for architectural documentation and
//! focused benchmarking; the stable decoder API exposes only validated
//! [`crate::DeflateIndex`] checkpoints, not these internal speculative blocks.
pub
pub
pub
pub use ;