lumeohq / xsd-parser-rs

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

Victor soloviev/ch205/add yaserde macros to codegenerator output #19

Closed victor-soloviev closed 4 years ago

victor-soloviev commented 4 years ago

story: https://app.clubhouse.io/lumeo/story/205/add-yaserde-macros-to-codegenerator-output

victor-soloviev commented 4 years ago

Probably need to generate derive things before each struct as well

#[derive(Default, PartialEq, Debug, YaSerialize, YaDeserialize)]

Good point! Fixed it.