media-io / yaserde

Yet Another Serializer/Deserializer
MIT License
179 stars 60 forks source link

Deserializing XML schema into struct #122

Open advolkov opened 3 years ago

advolkov commented 3 years ago

My use case looks like this: 1) Generate rust structs out of XSD schema 2) then do something with the data 3) and serialize to complete XML

As I understood I'm missing only the first step. Any plans on something like that?

Thanks