xso-proc: implement support for collections of children
This commit is contained in:
parent
5c3ed1435f
commit
93ba2797be
6 changed files with 394 additions and 49 deletions
|
|
@ -14,7 +14,7 @@ Version NEXT:
|
|||
of text codecs.
|
||||
* Added
|
||||
- Support for child elements in derive macros. Child elements may also
|
||||
be wrapped in Option or Box.
|
||||
be wrapped in Option or Box or in containers like Vec or HashSet.
|
||||
- Support for overriding the names of the types generated by the derive
|
||||
macros.
|
||||
- Support for deriving FromXml and AsXml on enums.
|
||||
|
|
|
|||
Loading…
Reference in a new issue