og-enum-to-string 0.0.1

Provides the `EnumToString` derive macro which implements the methods `as_str()` and `as_dbg()` to enums with no associated values
Documentation
cargo-features = ["per-package-target", "edition2024"]

[dependencies.enum-to-string-macros]
version = "0.0.1"

[dependencies.enum-to-string-traits]
version = "0.0.1"

[features]
default = []

[lib]
name = "og_enum_to_string"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides the `EnumToString` derive macro which implements the methods `as_str()` and `as_dbg()` to enums with no associated values"
edition = "2024"
homepage = "https://github.com/gabrielfalcao/enum-to-string"
license = "MIT"
name = "og-enum-to-string"
readme = "README.md"
version = "0.0.1"

[package.metadata]
cargo-args = ["-Zmtime-on-use", "-Zavoid-dev-deps", "-Zcustom_mir"]

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

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

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

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