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

..03-May-2022-

src/H03-May-2022-4,3173,223

.appveyor.ymlH A D06-May-2019449 1714

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

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D06-May-201940 64

.travis.ymlH A D06-May-2019713 3529

Cargo.tomlH A D01-Jan-19701.4 KiB4238

Cargo.toml.orig-cargoH A D07-Aug-2019836 3629

LICENSE-APACHEH A D06-May-201910.6 KiB202169

LICENSE-MITH A D06-May-20191 KiB2622

README.mdH A D06-May-2019858 2415

README.md

1# socket2-rs
2
3[![Build Status](https://travis-ci.com/alexcrichton/socket2-rs.svg?branch=master)](https://travis-ci.com/alexcrichton/socket2-rs)
4[![Build status](https://ci.appveyor.com/api/projects/status/hovebj1gr4bgm3d9?svg=true)](https://ci.appveyor.com/project/alexcrichton/socket2-rs)
5
6[Documentation](https://docs.rs/socket2)
7
8# License
9
10This project is licensed under either of
11
12 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
13   http://www.apache.org/licenses/LICENSE-2.0)
14 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
15   http://opensource.org/licenses/MIT)
16
17at your option.
18
19### Contribution
20
21Unless you explicitly state otherwise, any contribution intentionally submitted
22for inclusion in this project by you, as defined in the Apache-2.0 license,
23  shall be dual licensed as above, without any additional terms or conditions.
24