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
ErrorandResulttypes. - reader
- Deserialization implementations
- util
- Miscellaneous helper types