enumizer 0.1.0

simple macros for generating enums that are equivalent and convertible to standard library enums
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "enumizer"
version = "0.1.0"
edition = "2024"
description = "simple macros for generating enums that are equivalent and convertible to standard library enums"
license = "BSD-3-Clause"

[dependencies]
paste = "1"