Crate map

Source
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§

map
map_insert
map_remove

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.