asenum 0.1.0

Small derive macro to safely convert the numerical value of an enum to the enum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[workspace]
resolver = "2"
members = ["crates/*"]

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

[dependencies]
asenum_derive = { version = "0.1.0", path = "crates/asenum_derive" }