Add tower to the readme (#207)

This commit is contained in:
Lucio Franco 2019-03-26 11:38:00 -04:00 committed by Carl Lerche
parent 8f3a5ea6fa
commit 9dfcf7e527
1 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,8 @@ pattern. If your protocol is entirely stream based, Tower may not be a good fit.
Tower consists of a number of components, each of which live in their own sub Tower consists of a number of components, each of which live in their own sub
crates. crates.
* [`tower`]: The main user facing crate that provides batteries included tower services ([docs][t-docs]).
* [`tower-service`]: The foundational traits upon which Tower is built * [`tower-service`]: The foundational traits upon which Tower is built
([docs][ts-docs]). ([docs][ts-docs]).
@ -75,7 +77,8 @@ This project is licensed under the [MIT license](LICENSE).
Unless you explicitly state otherwise, any contribution intentionally submitted Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Tower by you, shall be licensed as MIT, without any additional for inclusion in Tower by you, shall be licensed as MIT, without any additional
terms or conditions. terms or conditions.
[`tower`]: tower
[t-docs]: https://tower-rs.github.io/tower/doc/tower/index.html
[`tower-service`]: tower-service [`tower-service`]: tower-service
[ts-docs]: https://docs.rs/tower-service/ [ts-docs]: https://docs.rs/tower-service/
[`tower-layer`]: tower-layer [`tower-layer`]: tower-layer