Crate xml_writer

Source
Expand description

§XmlWriter

This crate is to write xml in the probably most efficient way, by writing directly to the stream, without any DOM or other intermediate structures. It strives to be zero allocation.

Structs§

XmlWriter
The XmlWriter himself