Crate quick_xml

source ·
Expand description

High performance xml reader/writer.

§Reader

Depending on your needs, you can use:

  • XmlReader: for best performance
  • XmlnsReader: if you need to resolve namespaces (around 50% slower than XmlReader)

§Writer

XmlWriter: to write xmls. Can be nested with readers if you want to transform xmls

Modules§

Structs§

Enums§

  • Event to interprete node as they are parsed

Traits§

  • A trait to support on-demand conversion from UTF-8