tower/README.md

729 B

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.