https://github.com/tower-rs/tokio-tower
A implementation of convenience integrations between tokio and tower
https://github.com/tower-rs/tokio-tower
Last synced: about 2 months ago
JSON representation
A implementation of convenience integrations between tokio and tower
- Host: GitHub
- URL: https://github.com/tower-rs/tokio-tower
- Owner: tower-rs
- License: mit
- Created: 2018-10-16T19:56:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T14:04:15.000Z (almost 2 years ago)
- Last Synced: 2025-05-15T00:06:52.020Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 278 KB
- Stars: 129
- Watchers: 13
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://crates.io/crates/tokio-tower)
[](https://docs.rs/tokio-tower/)
[](https://dev.azure.com/tower-rs/tokio-tower/_build/latest?definitionId=4&branchName=master)
[](https://deps.rs/repo/github/tower-rs/tokio-tower)This crate provides convenient wrappers to make
[Tokio](https://tokio.rs) and [Tower](https://github.com/tower-rs/tower)
work together. In particular, it provides:- server bindings wrappers that combine a `tower::Service` with a
transport that implements `Sink` and `Stream`.
- client wrappers that implement `tower::Service` for transports that
implement `Sink` and `Stream`.Take a look at the [crate documentation](https://docs.rs/tokio-tower)
for details.