1
2
3
4
5
//! VCF header genotype format record components.

pub mod key;

pub use self::key::Key;