Crate xmlity_quick_xml

Crate xmlity_quick_xml 

Source
Expand description

§XMLity Quick XML

This crate contains a reference implementation of the xmlity crate using the quick-xml crate. It is the intention to keep this crate up to date with the latest version of quick-xml and xmlity.

Re-exports§

pub use de::from_str;
pub use de::Deserializer;
pub use ser::to_string;
pub use ser::to_string_pretty;
pub use ser::Serializer;

Modules§

de
Includes the deserializer for the quick-xml crate.
ser
Includes the serializer for the quick-xml crate.