Crate unisock

Source
Expand description

Socket with custom implementations.

This crate provides the core API for using custom implementations of sockets.

Traitsยง

AsyncBackend
Asynchronous socket backend that provides fundamental components of a connection type.
AsyncConnection
Asynchronous connection that provides the basic API for sending and receiving data.
AsyncListener
Asynchronous listener that accepts incoming connections.