Crate uni_addr

Crate uni_addr 

Source
Expand description

§uni-addr

Modules§

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

Enums§

SocketAddr
A unified address type that can represent both std::net::SocketAddr and unix::SocketAddr (a wrapper over std::os::unix::net::SocketAddr).

Constants§

UNIX_URI_PREFIX
The prefix for Unix domain socket URIs.