Module quick_xml::events

source ·
Expand description

Defines zero-copy XML events used throughout this library.

Modules

Structs

  • An XML declaration (Event::Decl).
  • A struct to manage Event::End events
  • Opening tag data (Event::Start), with optional attributes.
  • Data from various events (most notably, Event::Text).

Enums