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::Serializer;
Modules§
Structs§
- Attribute
- Owned
Quick Name - Resolved
Attribute - Xmlns
Declaration - An XML namespace declaration/singular mapping from a prefix to a namespace.