1 2 3 4 5 6
//! VCF header genotype format record components. pub mod key; pub mod ty; pub use self::{key::Key, ty::Type};