//! Stream-based and datagram-based communication implementations.
//!
//! Also includes other utilities useful for reading and writing
//! parcels.
pub use Middleware;
pub use Reader;
/// Datagram-based over the wire communication.
/// Stream-based over the wire communication.