const-table 0.1.0

Associate struct-typed constants with enum variants
Documentation
[[test]]
name = "tests"
path = "tests/progress.rs"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Tristan Dannenberg <dtristan@hotmail.de>"]
description = "Associate struct-typed constants with enum variants"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "const-table"
readme = "README.MD"
repository = "https://github.com/teryror/const-table"
version = "0.1.0"