enum_display_style_derive 0.1.0

A proc-macro to derive a `Display` and `FromStr` implementation for enums with a `style` attribute.
Documentation
[dependencies.darling]
version = "0.20.10"

[dependencies.quote]
version = "1.0.39"

[dependencies.syn]
version = "2.0.99"

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

[package]
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A proc-macro to derive a `Display` and `FromStr` implementation for enums with a `style` attribute."
documentation = "https://github.com/Dark-Alex-17/managarr"
edition = "2024"
homepage = "https://github.com/Dark-Alex-17/managarr"
license = "MIT"
name = "enum_display_style_derive"
readme = false
repository = "https://github.com/Dark-Alex-17/managarr"
resolver = "2"
version = "0.1.0"