Crate unix_socket [−] [src]
Support for Unix domain socket clients and servers.
Structs
Incoming |
An iterator over incoming connections to a |
SocketAddr |
An address associated with a Unix socket. |
UnixListener |
A structure representing a Unix domain socket server. |
UnixStream |
A stream which communicates over a Unix domain socket. |
Enums
AddressKind |
The kind of an address associated with a Unix socket. |