lumeohq / xsd-parser-rs

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

Made custom types for gDay, gMonth and so on #30

Closed victor-soloviev closed 4 years ago

victor-soloviev commented 4 years ago

Currently, we are storing gDay, gMonth and so on as String. This is, obviosly, not the best thing to do.

Rust types for gMonth and other built-in XSD g...-types should both provide stored value as an integer and support proper (de)serialization with yaserde.