summaryrefslogtreecommitdiffstats
path: root/src/tag.rs
blob: 1c8ae82250f6cdd21caad558cc8a88e000923ca5 (plain)
1
2
3
4
//! Module containing `Tag` type

/// type definition for tags
pub type Tag = String;