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.
std::net::SocketAddr
std::os::unix::net::SocketAddr
MIT