File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ libraries and applications.
2424
2525If 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 ) .
2828Both are built on top of this library.
2929
3030## Contributing
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments