| Crates.io | pod-enum |
| lib.rs | pod-enum |
| version | 0.1.0 |
| created_at | 2023-04-05 17:42:24.616406+00 |
| updated_at | 2023-04-05 17:42:24.616406+00 |
| description | An enum which is also plain-old-data |
| homepage | |
| repository | https://github.com/JarredAllen/pod-enum |
| max_upload_size | |
| id | 831259 |
| size | 6,097 |
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.