Crate uni_addr

Crate uni_addr 

Source
Expand description

§uni-addr

crates.io docs.rs MIT License

This crate provides a unified address type that can represent a std::net::SocketAddr, a std::os::unix::net::SocketAddr, or a host name with port.

§LICENSE

MIT

Modules§

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.
UniAddrInner
See UniAddr.

Constants§

UNIX_URI_PREFIX
The prefix for Unix domain socket URIs.