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
[dependencies]

[package]
authors = ["jofas <jonas@fc-web.de>"]
description = "declarative map! and set! macros for statically initializing a HashMap or HashSet (like the vec! macro for Vector)"
edition = "2018"
homepage = "https://github.com/jofas/map_macro"
license = "MIT"
name = "map-macro"
readme = "README.rst"
repository = "https://github.com/jofas/map_macro"
version = "0.2.0"