You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
It would be nice if YAML tags could be used as a representation for an enum tag representation.
I don't have it fully fleshed out since I'm not sure how the internals of serde parsing works, but perhaps something like:
foo: !bar baz
could automatically be interpreted as:
foo:
bar: baz
representing an enum type which is externally tagged. Again I don't know how serde internals work, but could something like this work with any enum representation?
It would be nice if YAML tags could be used as a representation for an enum tag representation.
I don't have it fully fleshed out since I'm not sure how the internals of serde parsing works, but perhaps something like:
could automatically be interpreted as:
representing an enum type which is externally tagged. Again I don't know how serde internals work, but could something like this work with any enum representation?
Could be related to #91
The text was updated successfully, but these errors were encountered: