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;