Expand description
Unix implements a Unix socket server and connection
Structs§
- Unix
Info - UnixInfo is an information object associated with a given UnixServer connection.
Type Aliases§
- Unix
Connection - UnixConnection is a Connection implementation over UnixStream
- Unix
Server - UnixServer is a Server implementation over UnixStream and UnixInfo types with a generic codec