Crate unix_socket

Source
Expand description

Support for Unix domain socket clients and servers.

Modules§

os
OS specific extension traits.

Structs§

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