XML
[P2 add example link crate badges](https://github.com/john-cd/rust_howto/issues/647)
xml-rs
xml
⮳ is an XML library written in pure Rust.
// COMING SOON
quick-xml
quick-xml
⮳ is a high-performance XML reader and writer. quick_xml
⮳ is fast for streaming.
// COMING SOON
xmlparser
xmlparser
⮳ is a pull-based, zero-allocation XML parser.
// COMING SOON
xml5ever
xml5ever
⮳ is a push-based streaming parser for XML.
// COMING SOON
Parse XML as a read-only tree with roxmltree
roxmltree
⮳ represents an XML as a read-only tree. It is good for simple parsing.
// COMING SOON