enum2str 0.1.18

enum2str is a rust derive macro that creates a Display impl for enums. This is useful for strongly typing composable sets of strings.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[features]
try_from_string = []

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

[package]
authors = ["Matthew Berger <matthewjordanberger@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
enum2str is a rust derive macro that creates a Display impl for enums.\r
This is useful for strongly typing composable sets of strings.\r
"""
edition = "2021"
homepage = "https://github.com/matthewjberger/enum2str"
keywords = ["enum", "macro", "string"]
license = "MIT"
name = "enum2str"
readme = "README.md"
repository = "https://github.com/matthewjberger/enum2str"
version = "0.1.18"

[[test]]
name = "convert"
path = "tests/convert.rs"