//! SAM format support (Sequence Alignment/Map)
//!
//! SAM is the human-readable text version of BAM (Binary Alignment/Map).
//! It uses tab-delimited columns with optional tags for alignment metadata.
// Public API
// Re-export commonly used types
pub use ;
pub use SamStats;