Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 535 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 535 Bytes

tower

fn(Request) -> Future

This is not ready for usage yet (unless you are brave).

Build Status

More information about this crate can be found in the crate documentation

Usage

First, add this to your Cargo.toml:

[dependencies]
tower = { git = "https://github.com/tower-rs/tower" }

Next, add this to your crate:

extern crate tower;