[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"]
description = "This crate provides a `map!` macro that creates a HashMap then inserts key-value pairs."
edition = "2021"
keywords = ["map", "macro", "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.0.0"