]> git.proxmox.com Git - rustc.git/blob - src/vendor/net2/README.md
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / net2 / README.md
1 # net2
2
3 [![Build Status](https://travis-ci.org/rust-lang-nursery/net2-rs.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/net2-rs)
4 [![Build status](https://ci.appveyor.com/api/projects/status/ns78f02jt2uvd2lp?svg=true)](https://ci.appveyor.com/project/alexcrichton/net2-rs)
5
6 [Documentation](https://doc.rust-lang.org/net2-rs/)
7
8 Extensions to the standard library's networking types, proposed in [RFC
9 1158][rfc].
10
11
12 [rfc]: https://github.com/alexcrichton/rfcs/blob/net2.1/text/0000-io-net-2.1.md
13
14 ```toml
15 # Cargo.toml
16 [dependencies]
17 net2 = "0.2"
18 ```
19
20 # License
21
22 `net2-rs` is primarily distributed under the terms of both the MIT license and
23 the Apache License (Version 2.0), with portions covered by various BSD-like
24 licenses.
25
26 See LICENSE-APACHE, and LICENSE-MIT for details.