Crate uni_addr

Crate uni_addr 

Source
Expand description

§uni-addr

Modules§

listener
Listener Types
unix
Platform-specific code for Unix-like systems

Structs§

UniAddr
A unified address type that can represent:

Enums§

ParseError
Errors that can occur when parsing a UniAddr from a string.
SocketAddrDeprecated
A unified address type that can represent both std::net::SocketAddr and unix::SocketAddr (a wrapper over std::os::unix::net::SocketAddr).
UniAddrInner
See UniAddr.

Constants§

UNIX_URI_PREFIX
The prefix for Unix domain socket URIs.