1
2
3
4
5
//! BCF header.

mod string_map;

pub use self::string_map::StringMap;