Migrate 26 crates to monorepo am: 56872c1789 am: 827eb94c6d

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tower-layer/+/3272779

Change-Id: I6086f690ca8ea7fb1fbb7427e6b21646daa54500
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 2c690708a451c644fb196ad7484496f43dc2d975
  1. src/
  2. Android.bp
  3. Cargo.toml
  4. Cargo.toml.orig
  5. CHANGELOG.md
  6. LICENSE
  7. METADATA
  8. MODULE_LICENSE_MIT
  9. OWNERS
  10. README.md
README.md

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.