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.
24
24
25
25
If you are looking for a convenient HTTP client, then you may wish to consider
26
26
[ 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 ) .
28
28
Both are built on top of this library.
29
29
30
30
## Contributing
Original file line number Diff line number Diff line change 53
53
//! connectors and acceptors for TCP, and a default executor.
54
54
//! - `tcp`: Enables convenient implementations over TCP (using tokio).
55
55
//! - `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.
56
58
//!
57
59
//! [feature flags]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section
58
60
You can’t perform that action at this time.
0 commit comments