# uni-addr
[](https://github.com/hanyu-dev/uni-addr/actions/workflows/ci.yml?query=branch%3Amain)
[](https://crates.io/crates/uni-addr)
[](https://docs.rs/crate/uni-addr/latest)
[](https://opensource.org/license/mit/)
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.