Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmooney committed May 1, 2020
1 parent 4d3e468 commit 3350e38
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# 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)
Extensions to the standard library's networking types, proposed in [RFC 1158][rfc].

[Documentation](https://docs.rs/net2/0.2.32/net2/)
[rfc]: https://github.com/alexcrichton/rfcs/blob/net2.1/text/0000-io-net-2.1.md

Extensions to the standard library's networking types, proposed in [RFC
1158][rfc].
[![Build Status](https://github.com/deprecrated/net2-rs/workflows/CI/badge.svg)](https://github.com/deprecrated/net2-rs/actions?query=workflow%3ACI+branch%3Amaster)
[![Documentation](https://docs.rs/net2/badge.svg?version=0.2)](https://docs.rs/net2/~0.2)

# net2 is Deprecated

[rfc]: https://github.com/alexcrichton/rfcs/blob/net2.1/text/0000-io-net-2.1.md
Prospective and existing consumers are encouraged to consider
[socket2](https://crates.io/crates/socket2) instead.

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

# License

Expand Down

0 comments on commit 3350e38

Please sign in to comment.