enum-derive-2018 0.3.1

This crate provides macros for deriving additional functionality for enums.
Documentation
1
2
3
4
5
6
7
# `enum-derive-2018`

The [`enum-derive`](https://crates.io/crates/enum-derive) modern fork.

This crate provides several macros for deriving some useful methods for unitary enums (*i.e.* enums where variants do not have payloads).

All of these macros are designed to be used with the [`macro-attr-2018`](https://crates.io/crates/macro-attr-2018) crate, though they can be used independent of it.