xso: add support for boxed children
This allows building recursive tree structures.
This commit is contained in:
parent
01336802b4
commit
cd9f2033f3
3 changed files with 80 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue