Go to file
Eliza Weisman 270ef5a2bd s/tokio/tower (#7) 2017-09-18 12:05:09 -07:00
src Rename to Tower 2017-07-25 10:42:33 -07:00
.gitignore Initial commit 2016-08-26 16:26:03 -07:00
.travis.yml Update travis token 2016-11-19 09:35:35 -08:00
Cargo.toml Rename to Tower 2017-07-25 10:42:33 -07:00
LICENSE-APACHE Rename to Tower 2017-07-25 10:42:33 -07:00
LICENSE-MIT Rename to Tower 2017-07-25 10:42:33 -07:00
README.md s/tokio/tower (#7) 2017-09-18 12:05:09 -07:00
appveyor.yml Use appveyor to download rustup 2017-03-27 06:48:47 -07:00

README.md

tower

fn(Request) -> Future

Build Status

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;

You can find extensive examples and tutorials in addition to the API documentation at https://tower.rs

License

tower is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.