Crate xml [] [src]

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

Reexports

pub use reader::EventReader;

Modules

attribute
common

Contains several types used throughout the library.

escape
macros

Contains several macros used in this crate.

name
namespace
reader

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

util
writer