enumly 1.1.0

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
[package]
name = "enumly"
version = "1.1.0"
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"

[dependencies]
enumly-derive = "1.1.0"