//! Stream-based and datagram-based communication implementations.
pubuseself::middleware::Middleware;/// Stream-based over the wire communication.
pubmodstream;/// Datagram-based over the wire communication.
pubmoddgram;#[macro_use]pubmodmiddleware;