quick_xml

Module parser

source
Expand description

Contains low-level parsers of different XML pieces.

Modules§

  • element 🔒
    Contains a parser for an XML element.
  • pi 🔒
    Contains a parser for an XML processing instruction.

Structs§

  • A parser that search a ?> sequence in the slice.

Enums§

  • A parser that search a > symbol in the slice outside of quoted regions.

Traits§

  • Used to decouple reading of data from data source and parsing XML structure from it. This is a state preserved between getting chunks of bytes from the reader.