Module smol::net::unix

source · []
Expand description

Unix domain sockets.

This module is an async version of std::os::unix::net.

Structs

A stream of incoming Unix connections.

An address associated with a Unix socket.

A Unix datagram socket.

A Unix server, listening for connections.

A Unix connection.