zparse 2.0.5

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

pub mod event;
pub mod parser;

pub use event::Event;
pub use parser::{Config, Parser};