Module unix

Source
Expand description

Unix implements a Unix socket server and connection

Structs§

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

Type Aliases§

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