enum_string 0.0.0

Future set of macros to generate to string functions for enums
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "enum_string"
version = "0.0.0"
edition = "2021"
description="Future set of macros to generate to string functions for enums"
authors = ["Yago Iglesias Vazquez  <yago.iglesias.vazquez@gmail.com>"]
readme = "README.md"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/Yag000/enum_string"
repository = "https://github.com/Yag000/enum_string"
documentation = "https://docs.rs/enum_string"


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

[dependencies]