tower/tower
Jon Gjengset 39112cb0ba
Tidy up tower::load (#445)
This also renames the `Instrument` trait, and related types, to better
reflect what they do. Specifically, the trait is now called
`TrackCompletion`, and `NoInstrument` is called `CompleteOnResponse`.

Also brings back balance example and makes it compile.
2020-04-20 14:55:40 -04:00
..
examples Tidy up tower::load (#445) 2020-04-20 14:55:40 -04:00
src Tidy up tower::load (#445) 2020-04-20 14:55:40 -04:00
tests Change Discover to be a sealed trait (#443) 2020-04-17 16:27:44 -04:00
CHANGELOG.md step 1: move all things to where they're going 2020-03-31 13:31:21 -04:00
Cargo.toml Tidy up tower::load (#445) 2020-04-20 14:55:40 -04: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.