derive_variants_derive 1.0.0

derives an additional enum from a nested enum that contains only variants and no nested fields
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

[lib]
proc-macro = true

[package]
authors = ["mbecker20 <becker.maxh@gmail.com>"]
categories = ["rust-patterns"]
description = "derives an additional enum from a nested enum that contains only variants and no nested fields"
documentation = "https://docs.rs/derive_variants_derive"
edition = "2021"
license = "MIT"
name = "derive_variants_derive"
repository = "https://github.com/mbecker20/derive_variants"
version = "1.0.0"