enum-variants-strings-derive 0.3.0

Derive macro for converting instances of enums to and from strs using variant names
Documentation
[dependencies.either_n]
version = "0.2"

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

[dependencies.quote]
version = "1.0"

[dependencies.string-cases]
version = "0.2"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[lib]
path = "macro.rs"
proc-macro = true

[package]
authors = ["Ben <kaleidawave@gmail.com>"]
description = "Derive macro for converting instances of enums to and from strs using variant names"
edition = "2021"
license = "MIT"
name = "enum-variants-strings-derive"
readme = "README.md"
repository = "https://github.com/kaleidawave/enum-variants-strings"
resolver = "1"
version = "0.3.0"