map-macro 0.2.0

declarative map! and set! macros for statically initializing a HashMap or HashSet (like the vec! macro for Vector)
Documentation

map-macro

Declarative map! macro for statically initializing a std::collections::HashMap. The same goes for the set! macro also provided by this crate, only for std::collections::HashSet.