map! Rust crate
This crate provides a macro map!.
The macro creates a map collection then insert key-value pairs.
The macro uses the Rust standard library HashMap.
Examples:
use *;
let a = map!;
let b = map!;
let c: = map!;
This crate provides a macro map!.
The macro creates a map collection then insert key-value pairs.
The macro uses the Rust standard library HashMap.
Examples:
use *;
let a = map!;
let b = map!;
let c: = map!;