Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.
# Cargo.toml
[dependencies]
serde_repr = "0.1.20"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Serialize and deserialize C-like enums as their integer representation.
Ensure your enum has no variants with data and has a `#[repr(...)]` attribute.
No dependency data recorded yet.