hashmap macro for creating hashmap from provided key/value pairs
Procedural macros for const_hashmap (const_hashmap! and derives)
A rust macro to build a static `Map` based on const array
Adds hmap! macro for easily generate HashMap
Macros for the enum-collections EnumMap
A library provided some useful proc macros for Rust.
Declarative macros for statically initializing collections
Proc macros for structible
Collection helper libraries and “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet.
Collection helper libraries and “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet.
Procedural macro used for static_map.
This crate provides the `map!` macro and `map_insert!` macro, to create a HashMap collection and insert key-value pairs. Inspired by the `vec!` macro.