19 releases
| 0.7.0-rc4 | Mar 14, 2023 |
|---|---|
| 0.7.0-rc3 | Sep 7, 2022 |
| 0.7.0-rc2 | Apr 11, 2022 |
| 0.6.0 | Aug 20, 2021 |
| 0.0.0 | Aug 22, 2017 |
#1538 in Asynchronous
230,805 downloads per month
Used in 19 crates
(13 directly)
82KB
1.5K
SLoC
This crate provides convenient wrappers to make Tokio and Tower work together. In particular, it provides:
- server bindings wrappers that combine a
tower::Servicewith a transport that implementsSink<SinkItem = Request>andStream<Item = Response>. - client wrappers that implement
tower::Servicefor transports that implementSink<SinkItem = Request>andStream<Item = Response>.
Take a look at the crate documentation for details.
Dependencies
~8–11MB
~115K SLoC