serde-xml-rs icon indicating copy to clipboard operation
serde-xml-rs copied to clipboard

Fix up unit variant ordering and support rendering them as string content

Open bossmc opened this issue 2 years ago • 0 comments

Fixes #207 (by making unit variants responsible for rendering any outstanding start_tag before rendering their bodies).

Also adds support for rendering unit variants as string content (which is a common use case for unit-enums, where they represent a choice of primitive values).

bossmc avatar Jul 21 '23 14:07 bossmc