enum-variants-strings 0.3.0

Derive macro for converting instances of enums to and from strs using variant names
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"