Crate xml[][src]

Expand description

This crate currently provides an almost XML 1.0/1.1-compliant pull parser.

Re-exports

pub use reader::EventReader;
pub use writer::EventWriter;

Modules

Contains XML attributes manipulation types and functions.

Contains common types and functions used throughout the library.

Contains functions for performing XML special characters escaping.

Contains several macros used in this crate.

Contains XML qualified names manipulation types and functions.

Contains namespace manipulation types and functions.

Contains high-level interface for a pull-based XML parser.

Contains high-level interface for an events-based XML emitter.

Structs

Emitter configuration structure.

Parser configuration structure.