xso: add support for boxed children

This allows building recursive tree structures.
This commit is contained in:
Jonas Schäfer 2024-06-30 09:27:48 +02:00
commit cd9f2033f3
3 changed files with 80 additions and 2 deletions

View file

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