[][src]Crate txml

txml

A no_std non-conforming, non-validating, non-streaming, zero-dependency, and zero-allocation XML parser in about 200 lines of safe Rust.

It handles most sane XML files including those with ampersand escapes. It has no error information other than returning None.

Structs

Attrs

An iterator over XML attributes.

Parser

An iterator over XML events.

Enums

Event

An XML event.

Text

A string that can contain XML entity references.