enumerable_derive 1.2.0

A proc-macro helping you to enumerate all possible values of a enum or struct
Documentation
[dependencies.proc-macro-crate]
version = "3.1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[features]
std = []

[lib]
name = "enumerable_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["aarkegz <aarkegz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A proc-macro helping you to enumerate all possible values of a enum or struct"
edition = "2021"
include = ["README.md", "LICENSE", "Cargo.toml", "src/**/*", "examples/**/*"]
license = "MIT"
name = "enumerable_derive"
readme = "README.md"
repository = "https://github.com/GeminiLab/enumerable/"
version = "1.2.0"