//! BED format support (Browser Extensible Data)
//!
//! BED format represents genomic intervals/regions in a tab-delimited text format.
//! Supports BED3 (minimal), BED6 (standard), and BED12 (full) formats.
// Public API
// Re-export commonly used types
pub use ;
pub use BedStats;