//! Streaming I/O — file sources and sinks, TCP, byte framing, and compression.
//!
//! This module provides Tokio-backed file and TCP I/O sources and sinks, delimiter- and
//! length-field-based framing, gzip/deflate compression, and a [`StreamConverters`] bridge
//! that adapts Tokio `AsyncRead`/`AsyncWrite` types to Datum streams.
pub use ;
pub use Compression;
pub use ;
pub use ;