Crate uni_addr

Crate uni_addr 

Source
Expand description

§uni-addr

Modules§

listener
Listener Types

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.