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