# tower fn(Request) -> Future [![Build Status](https://travis-ci.org/carllerche/tower.svg?branch=master)](https://travis-ci.org/carllerche/tower) ## Usage First, add this to your `Cargo.toml`: ```toml [dependencies] tower = { git = "https://github.com/carllerche/tower" } ``` Next, add this to your crate: ```rust extern crate tower; ``` You can find extensive examples and tutorials in addition to the [API documentation](https://docs.rs/tower) at [https://tower.rs](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.