enum_all_values_const 0.1.1

a proc macro which provides access to all values of an enum even in const contexts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "enum_all_values_const"
version = "0.1.1"
edition = "2021"
description = "a proc macro which provides access to all values of an enum even in const contexts"
repository = "https://github.com/roeeshoshani/enum_all_values_const"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0.37", features = ["extra-traits"] }
quote = "1.0.33"
proc-macro2 = "1.0.67"