Module quick_xml::writer

source ·
Expand description

Contains high-level interface for an events-based XML emitter.

Structs

A struct to write an element. Contains methods to add attributes and inner elements to the element
XML writer. Writes XML Events to a std::io::Write implementor.