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§

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

Functions§

from_str
Shortcut for deserializing data from a str containing XML