Macro tag

Source
macro_rules! tag {
    ($($key: expr => $value: expr),*) => { ... };
}