uni-addr 0.2.2

Unified address type for `std::net::SocketAddr` and `std::os::unix::net::SocketAddr`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 both `std::net::SocketAddr` and `std::os::unix::net::SocketAddr`.

## MSRV

1.70.0

## LICENSE

MIT