tokio-tower

Crates.iotokio-tower
lib.rstokio-tower
version0.7.0-rc4
sourcesrc
created_at2017-08-22 18:01:27.444835
updated_at2023-03-14 21:22:04.614862
descriptionBridging the protocol gap between Tokio and Tower
homepage
repositoryhttps://github.com/tower-rs/tokio-tower.git
max_upload_size
id28594
size92,883
Publish (github:tower-rs:publish)

documentation

README

Crates.io Documentation Build Status Dependency status

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 implements Sink<SinkItem = Request> and Stream<Item = Response>.
  • client wrappers that implement tower::Service for transports that implement Sink<SinkItem = Request> and Stream<Item = Response>.

Take a look at the crate documentation for details.

Commit count: 190

cargo fmt