media-io / xml-schema

Generate rust code (structures and enum) from XSD
MIT License
53 stars 29 forks source link

Use modules to avoid conflicts between types #12

Closed dodomorandi closed 1 year ago

dodomorandi commented 4 years ago

The main problem of this PR is that introduces breaking changes, because the simple and complex types have a different path.

Closes #11