strum 0.19.2

Helpful macros for working with enums and strings
Documentation
[badges.travis-ci]
repository = "Peternator7/strum"
[dependencies.strum_macros]
optional = true
version = "0.19.2"
[dev-dependencies.strum_macros]
version = "0.19.2"

[features]
derive = ["strum_macros"]

[package]
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
categories = ["development-tools::procedural-macro-helpers", "parsing"]
description = "Helpful macros for working with enums and strings"
documentation = "https://docs.rs/strum"
homepage = "https://github.com/Peternator7/strum"
keywords = ["enum", "string", "macros", "proc-macros"]
license = "MIT"
name = "strum"
readme = "../README.md"
repository = "https://github.com/Peternator7/strum"
version = "0.19.2"