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 |
#1115 in Asynchronous
79,115 downloads per month
Used in 18 crates
(12 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–10MB
~87K SLoC