[lib]
name = "map"
path = "src/lib.rs"
[package]
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools"]
description = "This crate provides the `map!` macro `map_insert!` macro, to create a HashMap collection and insert key-value pairs. Inspired by the `vec!` macro."
edition = "2021"
keywords = ["map", "macro", "insert", "hashmap"]
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause"
name = "map"
readme = "README.md"
repository = "https://github.com/sixarm/map-macro-rust-crate/"
version = "1.2.0"