Expand description
§uni-addr
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
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Structs§
- UniAddr
- A unified address type that can represent:
Enums§
- Parse
Error - Errors that can occur when parsing a
UniAddrfrom a string. - UniAddr
Inner - See
UniAddr.
Constants§
- UNIX_
URI_ PREFIX - The prefix for Unix domain socket URIs.