typeenum 0.1.0

Interact with an enum type via traits.
Documentation
[dependencies.typeenum_derive]
optional = true
version = "0.1.0"

[features]
default = ["derive"]
derive = ["dep:typeenum_derive"]

[package]
authors = ["0x182d4454fb211940"]
categories = ["no-std"]
description = "Interact with an enum type via traits."
edition = "2021"
keywords = ["data", "macro", "derive", "no_std"]
license = "MIT"
name = "typeenum"
readme = "README.md"
repository = "https://github.com/0x182d4454fb211940/typeenum"
version = "0.1.0"