macro_rules! map { {$($k: expr => $v: expr),* $(,)?} => { ... }; }
👎Deprecated: deprecated in favour of
hash_map!. Will be removed in map-macro v0.3.0Expand description
Deprecated. Use hash_map! instead.