media-io / yaserde

Yet Another Serializer/Deserializer
MIT License
174 stars 58 forks source link

Support for internally tagged enum #182

Closed YBeaugnon closed 2 months ago

YBeaugnon commented 3 months ago

Add partial support for internally tagged enum via a #[yaserde(tag="type")] attribute.

This is my first time doing proc macro so any feedback would be helpful.

MarcAntoine-Arnaud commented 2 months ago

@YBeaugnon is it fine for you ? The MR still in draft.

For me your code looks good.

YBeaugnon commented 2 months ago

Sorry, forgot to remove draft status.