uni-addr 0.3.2

A unified address type that can represent a `std::net::SocketAddr`, a `std::os::unix::net::SocketAddr`, or a host name with port.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# uni-addr

[![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)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](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

MIT