xso

Derive Macro AsXml

source
#[derive(AsXml)]
{
    // Attributes available to this derive:
    #[xml]
}
Available on crate feature macros only.
Expand description

ยงMake a struct or enum serialisable to XML

This derives the AsXml trait on a struct or enum. It is the counterpart to FromXml.

The attributes necessary and available for the derivation to work are documented on FromXml. Macro to derive a xso::AsXml implementation on a type.

The user-facing documentation for this macro lives in the xso crate.