enum-utils-from-str 0.1.2

Code generation for mapping from strings to arbitrary values
Documentation
[package]
name = "enum-utils-from-str"
version = "0.1.2"
authors = ["Dylan MacKenzie <ecstaticmorse@gmail.com>"]
edition = "2018"

description = "Code generation for mapping from strings to arbitrary values"
repository = "https://github.com/ecstatic-morse/enum-utils"
readme = "../README.md"
license = "MIT"
categories = ["development-tools"]

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"