//! TCP/UDP bindings for `tokio-core`
//!//! This module contains the TCP/UDP networking types, similar to the standard
//! library, which can be used to implement networking protocols.
modtcp;modudp;pubuseself::tcp::{TcpStream, TcpStreamNew};pubuseself::tcp::{TcpListener, Incoming};pubuseself::udp::{UdpSocket, UdpCodec, UdpFramed, SendDgram, RecvDgram};