Module streaming_enhanced

Source
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§

StreamConfig
Configuration for enhanced streaming parser
StreamStats
Statistics for streaming parser
StreamingYamlParser
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