Module reader

Module reader 

Source
Expand description

Low-level XML reader/tokenizer.

This module provides a fast, zero-copy XML tokenizer that produces events for elements, attributes, text content, and other XML constructs.

Structs§

Attribute
An XML attribute.
XmlReader
A fast, zero-copy XML reader.

Enums§

XmlEvent
An XML event produced by the reader.