enum_companion_derive 0.1.4

A procedural macro for generating companion enums for structs.
Documentation
1
2
3
4
5
6
# Enum Companion Derive

A procedural macro for generating companion enums for structs.
See the [main crate](https://crates.io/crates/enum_companion) for usage details.

This crate is meant to be used as a dependency of the main crate and not directly.