tower/README.md

537 B

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/carllerche/tower" }

Next, add this to your crate:

extern crate tower;