mirror of
https://github.com/openharmony/third_party_rust_tower.git
synced 2026-07-21 04:15:22 -04:00
df5774e76c1da8efcf7e10ee82cc9bc4ebee64a3
ServiceBuilder::layer_fn (#560)
This gem as just [sitting in Tonic][sit] waiting to be upstreamed. [sit]: https://github.com/hyperium/tonic/blob/master/tonic/src/transport/service/layer.rs Co-authored-by: Eliza Weisman <eliza@buoyant.io>
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.
Status
Currently, tower 0.4 is released on crates.io.
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.
Languages
Rust
100%