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::Serializer;

Modules§

de
ser

Structs§

Attribute
OwnedQuickName
ResolvedAttribute
XmlnsDeclaration
An XML namespace declaration/singular mapping from a prefix to a namespace.

Enums§

Error

Traits§

HasQuickXmlAlternative

Functions§

xml_namespace_from_resolve_result