Crate map

Source
Expand description

§map! macro Rust crate

This crate provides map! macros to create maps collections and insert key-value pairs. This is inspired by the vec! macro.

Macros§

  • Create a new map collection and insert key-value pairs.
  • Use an existing map collection and insert key-value pairs.