Skip to content

Commit 645db19

Browse files
authored
docs(lib): document backport and deprecated features (#3166)
1 parent fc111eb commit 645db19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ libraries and applications.
2424

2525
If you are looking for a convenient HTTP client, then you may wish to consider
2626
[reqwest](https://github.com/seanmonstar/reqwest). If you are looking for a
27-
convenient HTTP server, then you may wish to consider [warp](https://github.com/seanmonstar/warp).
27+
convenient HTTP server, then you may wish to consider [Axum](https://github.com/tokio-rs/tokio).
2828
Both are built on top of this library.
2929

3030
## Contributing

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
//! connectors and acceptors for TCP, and a default executor.
5454
//! - `tcp`: Enables convenient implementations over TCP (using tokio).
5555
//! - `stream`: Provides `futures::Stream` capabilities.
56+
//! - `backports`: 1.0 functionality backported to 0.14.
57+
//! - `deprecated`: opt-in to deprecation warnings to prepare you for 1.0.
5658
//!
5759
//! [feature flags]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section
5860

0 commit comments

Comments
 (0)