HashMap Macro
Creates a HashMap from provided key/value pairs.
Usage
use HashMap;
use hashmap;
let m: = hashmap!;
let m: = hashmap!;
let m: = hashmap! ;
Inspired by Jon Gjengset's Crust of Rust: Declarative Macros
Creates a HashMap from provided key/value pairs.
use HashMap;
use hashmap;
let m: = hashmap!;
let m: = hashmap!;
let m: = hashmap! ;
Inspired by Jon Gjengset's Crust of Rust: Declarative Macros