//! Networking primitives
//!//! The types provided in this module are non-blocking by default and are
//! designed to for Linux.
modtcp;modudp;moduds;pubuseself::tcp::{TcpListener, TcpStream};pubuseself::udp::UdpSocket;pubuseself::uds::datagram::UnixDatagram;pubuseself::uds::listener::UnixListener;pubuseself::uds::stream::UnixStream;