enum_all_values_const 0.1.1

a proc macro which provides access to all values of an enum even in const contexts
Documentation
[dependencies.proc-macro2]
version = "1.0.67"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0.37"

[lib]
name = "enum_all_values_const"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a proc macro which provides access to all values of an enum even in const contexts"
edition = "2021"
license = "MIT"
name = "enum_all_values_const"
readme = false
repository = "https://github.com/roeeshoshani/enum_all_values_const"
version = "0.1.1"