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

[![Test pipeline](https://github.com/hanyu-dev/uni-addr/actions/workflows/ci.yml/badge.svg)](https://github.com/hanyu-dev/uni-addr/actions/workflows/ci.yml?query=branch%3Amain)
[![Crates.io](https://img.shields.io/crates/v/uni-addr)](https://crates.io/crates/uni-addr)
[![Docs.rs](https://img.shields.io/docsrs/uni-addr)](https://docs.rs/crate/uni-addr/latest)
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](https://opensource.org/license/mit/)

> [!NOTE]
> Since version 0.4.0, this crate is renamed to [`uaddr`]https://crates.io/crates/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:

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT License ([LICENSE-MIT]LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.