pub type Tags = BTreeMap<TagName, TagInfo>;
Map of tag names to tag info.
struct Tags { /* private fields */ }