enumly-derive 1.1.1

Provides a procedural macro that exposes a compile-time static list of all variants of an enum.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "enumly-derive"
version = "1.1.1"
edition = "2024"
authors = ["Jababa <im@jababa.im>"]
description = "Provides a procedural macro that exposes a compile-time static list of all variants of an enum."
license = "MIT"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }