unified-agent-api-wrapper-events 0.3.4

Shared ingestion primitives for unified-agent-api wrapper JSONL and NDJSON outputs
Documentation
1
2
3
4
5
6
7
8
9
mod sync;

#[cfg(feature = "tokio")]
mod tokio;

pub use sync::{BoundedLine, SyncBoundedLineReader};

#[cfg(feature = "tokio")]
pub use tokio::{AsyncBoundedLineReader, AsyncBoundedLineResult};