tower/tower
Lucio Franco 86eef82d2f
Remove default features for futures dep (#399)
* Remove default features for futures dep

* Add missing alloc feature
2019-12-19 14:20:41 -05:00
..
src move ServiceExt to tower-util crate 2019-12-11 12:13:51 -08:00
tests Update `tower` and `tower-util` and prep for release (#378) 2019-12-04 22:48:43 -05:00
CHANGELOG.md Bump crates and changelog dates (#397) 2019-12-19 13:44:40 -05:00
Cargo.toml Remove default features for futures dep (#399) 2019-12-19 14:20:41 -05:00
LICENSE Prepare release (#273) 2019-04-26 21:31:25 -07:00
README.md Prepare release (#273) 2019-04-26 21:31:25 -07:00

README.md

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.

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.