Skip to content

Commit 3350e38

Browse files
pfmooneyPatrick Mooney
authored andcommitted
Update README
1 parent 4d3e468 commit 3350e38

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
# net2
22

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)
3+
Extensions to the standard library's networking types, proposed in [RFC 1158][rfc].
54

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

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

10+
# net2 is Deprecated
1111

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

14-
```toml
15-
# Cargo.toml
16-
[dependencies]
17-
net2 = "0.2"
18-
```
1915

2016
# License
2117

0 commit comments

Comments
 (0)