Expand description
Enhanced streaming YAML parser with true incremental parsing
This module provides advanced streaming capabilities including:
- Incremental parsing with partial document support
- Async/await support for I/O operations
- Memory-mapped file support for large documents
- Buffered reading with configurable chunk sizes
Structs§
- Stream
Config - Configuration for enhanced streaming parser
- Stream
Stats - Statistics for streaming parser
- Streaming
Yaml Parser - Enhanced streaming YAML parser
Functions§
- stream_
from_ file - Create a streaming parser from a file path
- stream_
from_ string - Create a streaming parser from a string