Crate uds[−][src]
A unix domain sockets library that supports abstract addresses, fd-passing, SOCK_SEQPACKET sockets and more.
File-descriptor passing and abstract socket support
for stream and datagram sockets is provided via extension traits for
existing types in std::os::unix::net and from mio_uds
(the latter is opt-in and must be enabled with features=["mio_uds"] in Cargo.toml).
See README for status of operating system support and other general info.
Modules
| nonblocking | |
| tokio | Provides support for |
Structs
| UnixSeqpacketConn | An unix domain sequential packet connection. |
| UnixSeqpacketListener | An unix domain listener for sequential packet connections. |
| UnixSocketAddr | A unix domain socket address. |
Enums
| ConnCredentials | Credentials of the peer process when it called |
| UnixSocketAddrRef | An enum representation of an unix socket address. |
Traits
| UnixDatagramExt | Extension trait for |
| UnixListenerExt | Extension trait for using |
| UnixStreamExt | Extension trait for |