1 2 3 4 5 6 7 8 9
pub mod name; mod pair; mod set; pub mod value; pub type LabelName = name::LabelName; pub type LabelValue = value::LabelValue; pub type LabelPair = pair::LabelPair; pub type LabelSet = set::LabelSet;