strum 0.20.0

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

[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"
edition = "2018"
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.20.0"
[package.metadata.docs.rs]
features = ["derive"]
rustdoc-args = ["--cfg", "docsrs"]