display_enum 0.1.5

Implement Display For the Enumeration
Documentation
[package]
name = "display_enum"
version = "0.1.5"
edition = "2021"
homepage = "https://github.com/ptechen"
documentation = "https://docs.rs/display_enum"
repository = "https://github.com/ptechen/display_enum.git"
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "Implement Display For the Enumeration"


[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full"] }
proc-macro2 = "1"
quote = { version = "1" }