xso: implement support for enums

This commit is contained in:
Jonas Schäfer 2024-06-30 09:06:10 +02:00
commit 4845715add
9 changed files with 594 additions and 8 deletions

View file

@ -5,6 +5,7 @@ Version NEXT:
be wrapped in Option or Box.
- Support for overriding the names of the types generated by the derive
macros.
- Support for deriving FromXml and AsXml on enums.
Version 0.1.2:
2024-07-26 Jonas Schäfer <jonas@zombofant.net>