Module parser

Source
Expand description

YAML parser for converting tokens to events

Re-exports§

pub use events::*;
pub use streaming::*;

Modules§

events
YAML event definitions
streaming
Streaming parser implementation for efficient YAML processing

Structs§

BasicParser
Basic parser implementation that converts tokens to events

Traits§

Parser
Trait for YAML parsers that convert token streams to events