Expand description
This crate provides a derive macro to override default serde::Deserialize behavior when deserializing adjacently tagged enum variants with fallback untagged value.
Refer to deserialize_enum_with_untagged_as_fallback for details on how to use it
Derive Macrosยง
- deserialize_
enum_ with_ untagged_ as_ fallback - deserialize enum adjacently tagged enum without defaulting to untagged variant on failure