uni-addr 0.4.1

A unified address type that can represent an IPv4 / IPv6 socket address, a UNIX domain socket (UDS) address, or a hostname with a port.
Documentation
uni-addr-0.4.1 has been yanked.

uni-addr

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

[!NOTE] Since version 0.4.0, this crate is renamed to uaddr and the crate under the original name uni-addr is now a wrapper crate of uaddr. Consider using uaddr directly.

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.