/mixed-tags-serde

A hack mixing `untagged` and `externally tagged` variants at the same enum

Primary LanguageRustMIT LicenseMIT

mixed-tags-serde

A hack mixing untagged and externally tagged variants at the same enum.

See tests for examples.

Also see issue on serde about impelemting this feature native.