Skip to main content

Crate uni_addr

Crate uni_addr 

Source
👎Deprecated since 0.0.0:

This crate is deprecated, use uaddr instead: https://crates.io/crates/uaddr

Expand description

§uni-addr

Test pipeline Crates.io Docs.rs License: MIT OR Apache-2.0

[!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:

at your option.

Modules§

unixDeprecated
Platform-specific code for Unix-like systems

Structs§

UniAddrDeprecated
A unified address type that can represent:

Enums§

ParseErrorDeprecated
Errors that can occur when parsing a UniAddr from a string.
UniAddrInnerDeprecated
See UniAddr.

Constants§

UNIX_URI_PREFIXDeprecated
The prefix for Unix domain socket URIs.