tower-layer

Crates.iotower-layer
lib.rstower-layer
version0.3.2
sourcesrc
created_at2019-04-27 05:09:34.746381
updated_at2022-10-10 18:28:20.364
descriptionDecorates a `Service` to allow easy composition between `Service`s.
homepagehttps://github.com/tower-rs/tower
repositoryhttps://github.com/tower-rs/tower
max_upload_size
id130412
size23,715
Publish (github:tower-rs:publish)

documentation

README

Tower Layer

Decorates a Tower Service, transforming either the request or the response.

Crates.io Documentation Documentation (master) MIT licensed Build Status Discord chat

Overview

Often, many of the pieces needed for writing network applications can be reused across multiple services. The Layer trait can be used to write reusable components that can be applied to very different kinds of services; for example, it can be applied to services operating on different protocols, and to both the client and server side of a network transaction.

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.

Commit count: 560

cargo fmt