Expand description
Async stream pipeline types.
The full pipeline: Source → TextStream → SpanStream → AttributeStream → DiagnosticStream → Sink
Each stage is a Stream. Middleware inserts between stages.
This module defines the stage types; full async streaming implementation is TODO.
Structs§
- Text
Chunk - A chunk of source text with its byte offset in the original document.