[][src]Module daemon_engine::unix

Unix implements a Unix socket server and connection

Structs

UnixInfo

UnixInfo is an information object associated with a given UnixServer connection.

Type Definitions

UnixConnection

UnixConnection is a Connection implementation over UnixStream

UnixServer

UnixServer is a Server implementation over UnixStream and UnixInfo types with a generic codec