asenum 0.1.0

Small derive macro to safely convert the numerical value of an enum to the enum
Documentation
[dependencies.asenum_derive]
version = "0.1.0"

[lib]
name = "asenum"
path = "src/lib.rs"

[package]
authors = ["zincdev"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std", "no-std::no-alloc", "parsing", "rust-patterns"]
description = "Small derive macro to safely convert the numerical value of an enum to the enum"
edition = "2021"
keywords = ["derive", "proc-macro", "enums", "convert", "boilerplate"]
license = "Apache-2.0"
name = "asenum"
readme = false
repository = "https://github.com/zincdev0/rs-asenum"
version = "0.1.0"