map-macro 0.2.0

declarative map! and set! macros for statically initializing a HashMap or HashSet (like the vec! macro for Vector)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "map-macro"
version = "0.2.0"
authors = ["jofas <jonas@fc-web.de>"]
edition = "2018"
license = "MIT"
readme = "README.rst"
description = "declarative map! and set! macros for statically initializing a HashMap or HashSet (like the vec! macro for Vector)"
homepage = "https://github.com/jofas/map_macro"
repository = "https://github.com/jofas/map_macro"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]