#service #future #async #non-blocking #io #request-response

erkpht-tower

Tower is a library of modular and reusable components for building robust clients and servers

2 releases

0.3.2 Apr 1, 2020
0.3.1 Apr 1, 2020

#1884 in Asynchronous

40 downloads per month

MIT license

275KB
6K SLoC

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.


lib.rs:

fn(Request) -> Future<Response>

Tower is a library of modular and reusable components for building robust networking clients and servers.

Dependencies

~1.5–3.5MB
~62K SLoC