enumify 0.1.1

A Rust macro that declares an `enum` (and a bunch of `impl From`s) based on a set of `struct`s
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[lib]
proc_macro = true

[package]
description = "A Rust macro that declares an `enum` (and a bunch of `impl From`s) based on a set of `struct`s"
edition = "2021"
license = "MIT"
name = "enumify"
readme = "README.md"
repository = "https://github.com/valmirjunior0088/enumify"
version = "0.1.1"