1 unstable release
0.1.0 | Apr 5, 2023 |
---|
#26 in #pod
36 downloads per month
6KB
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
:
Make an enum which can act like plain-old-data
See pod_enum
for details.
Dependencies
~0.4–0.8MB
~19K SLoC