Skip to main content

Crate wrapper_events

Crate wrapper_events 

Source
Expand description

Shared ingestion primitives for wrapper JSONL/NDJSON outputs.

This crate is intentionally not a Substrate envelope. It provides:

  • A bounded-memory, line-oriented ingestion loop (sync + optional tokio).
  • Adapter plumbing (feature-gated) for wrapper-specific parsers.
  • A minimal normalized event shape for consumers that want a unified view.

Structs§

CapturedRaw
ErrorDetail
IngestConfig
IngestLimits
LineIngestor
LineInput
LineRecord
NormalizationContext
NormalizedEvents
NormalizedWrapperEvent
RawCaptureBudget
ValidatedChannelString

Enums§

AdapterErrorCode
CaptureRaw
ErrorDetailCapture
LineRecordError
NormalizedEventKind
WrapperAgentKind

Traits§

ClassifiedParserError
ErrorDetailSink
LineParser