enum-variants-strings 0.2.1

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
[package]
name = "enum-variants-strings"
authors = [ "Ben <kaleidawave@gmail.com>" ]
description = "Derive macro for converting instances of enums to and from strs using variant names"
version = "0.2.1"
license = "MIT"
edition = "2021"
repository = "https://github.com/kaleidawave/enum-variants-strings"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
enum-variants-strings-derive = { version = "0.2.1", path = "../enum-variants-strings-derive" }