hashmap

Macro hashmap 

Source
macro_rules! hashmap {
    {} => { ... };
    { $({$k:expr => $v:expr}),* } => { ... };
}