| Crates.io | tokio-tower |
| lib.rs | tokio-tower |
| version | 0.7.0-rc4 |
| created_at | 2017-08-22 18:01:27.444835+00 |
| updated_at | 2023-03-14 21:22:04.614862+00 |
| description | Bridging the protocol gap between Tokio and Tower |
| homepage | |
| repository | https://github.com/tower-rs/tokio-tower.git |
| max_upload_size | |
| id | 28594 |
| size | 92,883 |
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.