Skip to main content

Module net

Module net 

Source
Expand description

Types used for networking (smol implementation).

Macros§

impl_stream 🔒
Provide wrapper for different stream types (e.g async_net::TcpStream and async_net::unix::UnixStream).

Structs§

IncomingTcpStreams
A Stream of incoming streams.
IncomingUnixStreams
A Stream of incoming streams.
UdpSocket
Wrapper for SmolUdpSocket.