Skip to content

Releases: Thomblin/xml_schema_generator

0.6.2

12 Dec 22:28
Compare
Choose a tag to compare
parse multiple xml files to generate a struct that is compatible to d…

0.6.1

06 Dec 21:32
Compare
Choose a tag to compare
support custom parser and derive options

0.6.0

27 Nov 21:00
Compare
Choose a tag to compare
added serde_xml_rs support and option to change derive attribute

0.5.4

25 Nov 21:20
c3c7ba1
Compare
Choose a tag to compare
fixed conversion from UPPERCASE to PascalCase when rendering struct n…

0.5.3

18 Nov 22:44
Compare
Choose a tag to compare
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