Crate unix_socket

source ·
Expand description

Support for Unix domain socket clients and servers.

Modules

OS specific extension traits.

Structs

An iterator over incoming connections to a UnixListener.
An address associated with a Unix socket.
A Unix datagram socket.
A structure representing a Unix domain socket server.
A Unix stream socket.