Releases: Thomblin/xml_schema_generator
Releases · Thomblin/xml_schema_generator
0.6.2
parse multiple xml files to generate a struct that is compatible to d…
0.6.1
support custom parser and derive options
0.6.0
added serde_xml_rs support and option to change derive attribute
0.5.4
fixed conversion from UPPERCASE to PascalCase when rendering struct n…
0.5.3
Implemented features: ☑ parse UTF-8 xml file ☑ generate Rust struct ☑ detect optional attributes ☑ detect optional children ☑ add a binary to run this lib independently ☑ replace panic! with Result<> Bugs: Render rename directive only if needed Do not render root struct, which was not needed Fixed representation of multiple identical text only children Improved naming collissions for attributes