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 |
#448 in Asynchronous
82,047 downloads per month
Used in 17 crates
(11 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::Service
with a transport that implementsSink<SinkItem = Request>
andStream<Item = Response>
. - client wrappers that implement
tower::Service
for transports that implementSink<SinkItem = Request>
andStream<Item = Response>
.
Take a look at the crate documentation for details.
Dependencies
~3.5–9.5MB
~90K SLoC