pub type LabelMap<'a> = HashMap<&'a str, &'a str>;
String map type to pass to the parse function
pub struct LabelMap<'a> { /* private fields */ }