Go to file
Corey Farwell 7b6460dff2 Fix broken docs link. (#91) 2018-08-02 13:14:31 -07:00
examples Extract `Service` trait and related into crate. (#67) 2018-04-25 12:35:52 -07:00
tower-balance fixed typos in comments (#89) 2018-07-11 15:04:15 -07:00
tower-buffer buffer: check for canceled requests before polling inner service (#72) 2018-05-14 10:06:06 -07:00
tower-discover Extract `Service` trait and related into crate. (#67) 2018-04-25 12:35:52 -07:00
tower-filter Extract `Service` trait and related into crate. (#67) 2018-04-25 12:35:52 -07:00
tower-in-flight-limit in-flight-limit: Add missing task notification. (#85) 2018-06-11 15:29:34 -07:00
tower-mock Extract `Service` trait and related into crate. (#67) 2018-04-25 12:35:52 -07:00
tower-rate-limit Extract `Service` trait and related into crate. (#67) 2018-04-25 12:35:52 -07:00
tower-reconnect Extract `Service` trait and related into crate. (#67) 2018-04-25 12:35:52 -07:00
tower-router Extract `Service` trait and related into crate. (#67) 2018-04-25 12:35:52 -07:00
tower-service Improve wording in documentation (#83) 2018-06-06 14:42:33 -07:00
tower-timeout Extract `Service` trait and related into crate. (#67) 2018-04-25 12:35:52 -07:00
tower-util fixed typos in comments (#89) 2018-07-11 15:04:15 -07:00
tower-watch Introduce tower-watch (#87) 2018-07-11 15:03:20 -07:00
.gitignore Initial commit 2016-08-26 16:26:03 -07:00
.travis.yml Change Travis test script to `cargo test --all` (#59) 2018-02-28 11:06:17 -08:00
Cargo.toml Introduce tower-watch (#87) 2018-07-11 15:03:20 -07:00
LICENSE License Tower under MIT only 2017-11-16 09:44:44 -08:00
README.md Fix broken docs link. (#91) 2018-08-02 13:14:31 -07:00

README.md

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