lumeohq / xsd-parser-rs

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

Refactoring #50

Closed LeonidKrutovsky closed 4 years ago

LeonidKrutovsky commented 4 years ago

Decomposes the code generator. Breaks it into several small ones. Each of the generators can be set up independently. Each generator is a trait with default implementation. Added Builder for easy configuration of the generator.