net2 0.2.17

Extensions to the standard library's networking types as proposed in RFC 1158.
Documentation
# net2

[![Build Status](https://travis-ci.org/rust-lang-nursery/net2-rs.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/net2-rs)
[![Build status](https://ci.appveyor.com/api/projects/status/ns78f02jt2uvd2lp?svg=true)](https://ci.appveyor.com/project/alexcrichton/net2-rs)

[Documentation](https://doc.rust-lang.org/net2-rs/)

Extensions to the standard library's networking types, proposed in [RFC
1158][rfc].


[rfc]: https://github.com/alexcrichton/rfcs/blob/net2.1/text/0000-io-net-2.1.md

```toml
# Cargo.toml
[dependencies]
net2 = "0.2"
```

# License

`net2-rs` is primarily distributed under the terms of both the MIT license and
the Apache License (Version 2.0), with portions covered by various BSD-like
licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.