[![Crates.io](https://img.shields.io/crates/v/newtype-enum-macro.svg)](https://crates.io/crates/newtype-enum-macro) [![API Documentation](https://docs.rs/newtype-enum-macro/badge.svg)](https://docs.rs/newtype-enum-macro) [![Workflow Status](https://github.com/mgjm/newtype-enum/workflows/build/badge.svg)](https://github.com/mgjm/newtype-enum/actions?query=workflow%3A%22build%22) # newtype-enum-macro Provide the `#[newtype_enum]` attribute macro to derive the `Enum` and `Variant` traits from the `newtype-enum` crate. ## License Licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.