Skip to content

Commit

Permalink
Add tower to the readme (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored and carllerche committed Mar 26, 2019
1 parent 8f3a5ea commit 9dfcf7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
([docs][ts-docs]).

Expand Down Expand Up @@ -75,7 +77,8 @@ This project is licensed under the [MIT license](LICENSE).
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Tower by you, shall be licensed as MIT, without any additional
terms or conditions.

[`tower`]: tower
[t-docs]: https://tower-rs.github.io/tower/doc/tower/index.html
[`tower-service`]: tower-service
[ts-docs]: https://docs.rs/tower-service/
[`tower-layer`]: tower-layer
Expand Down

0 comments on commit 9dfcf7e

Please sign in to comment.