Eliza Weisman 22195a9069
ci: install cargo hack from GitHub release binary
CI is currently busted due to [issues with caching `cargo-hack`][1].
Currently, we cache the `cargo-hack` executable to speed up builds by
avoiding the overhead of compiling it from source in every build.

Recently, `cargo-hack` has started publishing binaries on GitHub
Releases. Rather than compiling it on CI and caching it, we can just
download the binary instead. This ought to fix the build.

See also taiki-e/cargo-hack#89 and taiki-e/cargo-hack#91.

[1]: https://github.com/tower-rs/tower/runs/1425940763
2020-11-23 10:43:13 -08:00
2020-10-27 11:21:18 -07:00
2020-10-27 16:00:36 -07:00
2020-04-21 17:11:27 -04:00
2020-10-27 11:21:18 -07:00
2016-08-26 16:26:03 -07:00
2020-10-27 11:21:18 -07:00

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.

Description
async fn(Request) -> Result
Readme MIT 11 MiB
Languages
Rust 100%