xml: Also implement unit variants

This commit is contained in:
Lennart
2025-01-18 19:35:19 +01:00
parent ea9f5a711d
commit 39beee2f69
5 changed files with 102 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ pub use se::XmlSerialize;
pub use se::XmlSerializeRoot;
pub use unparsed::Unparsed;
pub use value::{ParseValueError, ValueDeserialize, ValueSerialize};
pub use xml_derive::EnumUnitVariants;
pub use xml_derive::EnumVariants;
pub use xml_derive::XmlRootTag;