Crate xso_proc

Source
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§

AsXml
Macro to derive a xso::AsXml implementation on a type.
FromXml
Macro to derive a xso::FromXml implementation on a type.