Skip to content

A implementation of convenience integrations between tokio and tower

License

Notifications You must be signed in to change notification settings

tower-rs/tokio-tower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A implementation of convenience integrations between tokio and tower

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages