Expand description
§Macros for parsing XML into Rust structs, and vice versa
If you are a user of xso_proc
or xso
, please
return to xso
for more information. The documentation of
xso_proc
is geared toward developers of …_macros
and …_core
.
You have been warned.
Derive Macros§
- Macro to derive a
xso::FromXml
implementation on a type. - Macro to derive a
xso::IntoXml
implementation on a type.