Expand description
Socket with custom implementations.
This crate provides the core API for using custom implementations of sockets.
Traitsยง
- Async
Backend - Asynchronous socket backend that provides fundamental components of a connection type.
- Async
Connection - Asynchronous connection that provides the basic API for sending and receiving data.
- Async
Listener - Asynchronous listener that accepts incoming connections.