Module parser

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

Enums§

ParserState 🔒
Parser state for tracking context

Traits§

Parser
Trait for YAML parsers that convert token streams to events