xso-proc: add support for child elements

This commit is contained in:
Jonas Schäfer 2024-06-29 15:22:52 +02:00
commit 5bd36eccfc
11 changed files with 576 additions and 13 deletions

View file

@ -13,6 +13,8 @@ Version NEXT:
All this is to avoid triggering the camel case lint on the types we
generate.
* Added
- Support for child elements in derive macros.
Version 0.1.2:
2024-07-26 Jonas Schäfer <jonas@zombofant.net>