[][src]Module maybe_xml::eval

Evaluators transform scanned byte sequences into complete tokens.

Evaluators are usually the first type which most library users should use. The choice of an evaluator is mainly based on how the XML will be read. For instance, if there's an existing byte buffer or some type which can be transformed into a BufRead type (such as String), then the BufReadEvaluator is the best choice.

Modules

bufread

Provides an iterator and cursor API for BufRead input sources.

recv

Provides an iterator and cursor API for a stream of manually managed byte slices.