• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-2,5781,535

tests/H03-May-2022-4635

.cargo-checksum.jsonH A D03-May-202289 11

.gitignoreH A D18-Jun-201518 32

.travis.ymlH A D05-Jan-20181.2 KiB3327

Cargo.tomlH A D01-Jan-19701.2 KiB3532

Cargo.toml.orig-cargoH A D27-Jun-2018722 2722

LICENSE-APACHEH A D18-Jun-201510.6 KiB202169

LICENSE-MITH A D18-Jun-20151 KiB2622

README.mdH A D27-Jun-20181 KiB3623

appveyor.ymlH A D10-Oct-2016515 1815

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://docs.rs/net2/0.2.32/net2/)
7
8Extensions to the standard library's networking types, proposed in [RFC
91158][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]
17net2 = "0.2"
18```
19
20# License
21
22This project is licensed under either of
23
24 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
25   http://www.apache.org/licenses/LICENSE-2.0)
26 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
27   http://opensource.org/licenses/MIT)
28
29at your option.
30
31### Contribution
32
33Unless you explicitly state otherwise, any contribution intentionally submitted
34for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be
35dual licensed as above, without any additional terms or conditions.
36