Crate async_xml

source ·
Expand description

A crate for deserializing XML data asynchronously based on quick_xml

Re-exports

pub use self::error::Error;
pub use self::error::Result;
pub use self::reader::PeekingReader;
pub use self::reader::Visitor;
pub use self::util::XmlVec;

Modules

Module for the Error and Result types.
Deserialization implementations
Miscellaneous helper types

Functions

Shortcut for deserializing data from a str containing XML