hash_map

Macro hash_map 

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