subenum 1.1.1

A proc-macro to create subsets of enums, that can be converted to and from.
Documentation
[[example]]
name = "require_docs"
[dependencies.heck]
version = "0.4.1"

[dependencies.proc-macro2]
version = "1.0.51"

[dependencies.quote]
version = "1.0.23"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.107"
[dev-dependencies.derive_more]
version = "0.99.17"

[dev-dependencies.strum]
default-features = false
features = ["derive"]
version = "0.24.1"

[features]
default = ["std", "error_trait", "strum/std"]
error_trait = []
std = []

[lib]
name = "subenum"
proc-macro = true

[package]
authors = ["Paho Lurie-Gregg <paho@paholg.com>"]
categories = ["development-tools::procedural-macro-helpers"]
description = "A proc-macro to create subsets of enums, that can be converted\n  to and from."
documentation = "https://docs.rs/subenum"
edition = "2021"
keywords = ["enum", "sub-enum", "no-std"]
license = "MIT OR Apache-2.0"
name = "subenum"
readme = "README.md"
repository = "https://github.com/paholg/subenum"
version = "1.1.1"