Skip to main content

Crate instant_xml_macros

Crate instant_xml_macros 

Source
Expand description

Derive macros for instant-xml

This crate provides the ToXml and FromXml derive macros for XML serialization and deserialization. See the instant-xml crate for usage examples.

Derive Macrosยง

FromXml
Derives XML deserialization for a struct or enum
ToXml
Derives XML serialization for a struct or enum