//! Opt-in feature catalog. Each submodule is gated by its own Cargo
//! feature flag and adds a specific capability to the base segment
//! reader without bloating the core build.
//!
//! See `Cargo.toml` `[features]` for the catalog and the cookbook page
//! for per-feature tradeoffs.