This crate provides convenient wrappers to make Tokio and Tower work together. In particular, it provides:
tower::Service
with a
transport that implements Sink<SinkItem = Request>
and Stream<Item
= Response>
.tower::Service
for transports that
implement Sink<SinkItem = Request>
and Stream<Item = Response>
.Take a look at the crate documentation for details.