Go to file
Taiki Endo b12a3e3ae9
Remove uses of pin_project::project attribute (#458)
pin-project will deprecate the project attribute due to some unfixable
limitations.

Refs: https://github.com/taiki-e/pin-project/issues/225
2020-06-15 12:38:34 -04:00
.github/workflows Upgrade cargo deny action (#452) 2020-05-06 09:45:57 -04:00
tower Remove uses of pin_project::project attribute (#458) 2020-06-15 12:38:34 -04:00
tower-layer Impl Layer for &Layer (#446) 2020-04-21 17:11:27 -04:00
tower-service Refactor github actions (#436) 2020-04-14 19:20:20 -04:00
tower-test Remove uses of pin_project::project attribute (#458) 2020-06-15 12:38:34 -04:00
.gitignore Initial commit 2016-08-26 16:26:03 -07:00
Cargo.toml step 1: move all things to where they're going 2020-03-31 13:31:21 -04:00
LICENSE Update the license for 2019 and tower contributors (#148) 2019-01-15 17:29:08 -05:00
README.md Clean up readme and update status (#453) 2020-05-08 13:54:45 -04:00
deny.toml Remove path deps for `tower-service` (#441) 2020-04-17 14:00:38 -04:00

README.md

Tower

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

Build Status Gitter

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.3 is released on crates. We are currently working on cleaning up the codebase and adding more documentation. You can follow our progress in this issue.

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.