map-macro 0.2.0

declarative map! and set! macros for statically initializing a HashMap or HashSet (like the vec! macro for Vector)
Documentation
1
2
3
4
5
6
7
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``.