open-enum-derive 0.4.0

An attribute for generating "open" C-like enums, those that accept any integer value, by using a newtype struct and associated constants
Documentation
1
2
3
4
# `open-enum-derive`


This is the proc macro implementation crate for [`open-enum`](https://crates.io/crates/open-enum).
Users should use that instead of this crate directly.