1 unstable release

0.1.0 Apr 5, 2023

#15 in #pod

MIT/Apache

6KB

POD Enums

crates.io

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.9MB
~20K SLoC