Provides serialization and deserialization of enum variants as strings using Serde.
# Cargo.toml
[dependencies]
serde-enum-str = "0.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Serializes an enum variant as a string.
Add serde and serde_enum_str to Cargo.toml with appropriate features.
No dependency data recorded yet.