Module streaming_async

Module streaming_async 

Source
Expand description

Async streaming YAML parser for non-blocking I/O

This module provides async/await support for streaming YAML parsing, enabling efficient processing of YAML from async sources like network streams, async file I/O, and more.

Modules§

helpers
Async helper functions
mmap
Memory-mapped file support for efficient large file processing

Structs§

AsyncStreamStats
Statistics for async streaming parser
AsyncStreamingParser
Async streaming YAML parser

Enums§

AsyncParseState 🔒