hashmap

Macro hashmap 

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