lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
100 stars 39 forks source link

Wrap third-party types to handle time-related types from XSD #29

Closed victor-soloviev closed 4 years ago

victor-soloviev commented 4 years ago

We want to use types from the chrono crate and wrap them to provide proper XML (de)serialization with yaserde.