Skip to content

Commit

Permalink
docs(lib): document backport and deprecated features (#3166)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Mar 10, 2023
1 parent fc111eb commit 645db19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libraries and applications.

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

## Contributing
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
//! connectors and acceptors for TCP, and a default executor.
//! - `tcp`: Enables convenient implementations over TCP (using tokio).
//! - `stream`: Provides `futures::Stream` capabilities.
//! - `backports`: 1.0 functionality backported to 0.14.
//! - `deprecated`: opt-in to deprecation warnings to prepare you for 1.0.
//!
//! [feature flags]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section

Expand Down

0 comments on commit 645db19

Please sign in to comment.