1 unstable release
0.1.0 | Apr 5, 2023 |
---|
#18 in #discriminant
38 downloads per month
Used in pod-enum
12KB
212 lines
POD Enums
This crate implements rust enums which are plain-old-data that can be taken from any value, by inserting an "Unknown" option to cover anything that isn't an actual variant's discriminant.
See the documentation for more details.
lib.rs
:
A proc-macro for the pod-enum
crate
Consider importing that crate instead
Dependencies
~225–660KB
~16K SLoC