Macro hashmap

Source
macro_rules! hashmap {
    ({ $( $key:tt : $value:expr ),+ }) => { ... };
}