//! Reference index IO (on-disk, deterministic, mmap-friendly).
//!
//! This module defines Rosalind’s long-lived artifact boundary for WGS: a
//! versioned binary index format that can be generated once and reused across
//! runs, with stable serialization and the ability to memory-map on consumer
//! hardware.
pub use IndexHeader;
pub use ;
pub use ;
pub use ;