mirror of
https://github.com/tower-rs/tower.git
synced 2025-12-31 05:40:50 +00:00
This branch updates the READMEs for all Tower crates. I've added the lib.rs docs to the `tower` crate's README, and added crates.io, docs.rs, and updated CI badges to all the crates READMEs. Since we no longer use Azure Pipelines for CI or Gitter for chat, I've removed those badges and replaced them with GitHub Actions and Discord badges, respectively. I also fixed a typo in the `tower` lib.rs docs that was breaking some of the RustDoc links, since I noticed it after copying those docs into the README. Signed-off-by: Eliza Weisman <eliza@buoyant.io>
1.6 KiB
1.6 KiB
Tower
Tower is a library of modular and reusable components for building robust networking clients and servers.
Overview
Tower aims to make it as easy as possible to build robust networking clients and servers. It is protocol agnostic, but is designed around a request / response pattern. If your protocol is entirely stream based, Tower may not be a good fit.
Status
Currently, tower 0.4 is released on crates.io.
License
This project is licensed under the MIT license.
Contribution
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.