xso-proc: add support for optional children

This commit is contained in:
Jonas Schäfer 2024-06-30 09:21:46 +02:00
commit 01336802b4
6 changed files with 133 additions and 11 deletions

View file

@ -14,7 +14,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.
- Support for child elements in derive macros. Child elements may be
wrapped in Option.
Version 0.1.2:
2024-07-26 Jonas Schäfer <jonas@zombofant.net>