Expand description
§map! macro Rust crate
This crate provides map! macros to create map collections and
insert key-value pairs. This is inspired by the vec! macro.
Modules§
Macros§
- map
- Create a new map collection and insert key-value pairs.
- map_
insert - Use an existing map collection and insert key-value pairs.
- map_
remove - Use an existing map collection and remove key-value pairs.