static-map-macro 0.3.4

Macro to create a stack-alocated map
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors     = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Macro to create a stack-alocated map"
edition     = "2018"
license     = { workspace = true }
name        = "static-map-macro"
repository  = { workspace = true }
version     = "0.3.4"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = { workspace = true }
quote       = { workspace = true }
syn         = { workspace = true, features = ["full"] }