👎Deprecated since 0.0.0:
This crate is deprecated, use uaddr instead: https://crates.io/crates/uaddr
Expand description
§uni-addr
[!WARNING] This crate is deprecated, use uaddr instead.
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.
Modules§
- unix
Deprecated - Platform-specific code for Unix-like systems
Structs§
- UniAddr
Deprecated - A unified address type that can represent:
Enums§
- Parse
Error Deprecated - Errors that can occur when parsing a
UniAddrfrom a string. - UniAddr
Inner Deprecated - See
UniAddr.
Constants§
- UNIX_
URI_ PREFIX Deprecated - The prefix for Unix domain socket URIs.