Macro hashmap

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