zparse 2.0.5

High-performance JSON/TOML/YAML/XML parser with zero-allocation support
Documentation
1
2
3
4
5
6
7
//! XML parser module

pub mod model;
pub mod parser;

pub use model::{Content, Document, Element};
pub use parser::Parser;