Update Android.bp by running cargo_embargo am: bc3584ac50

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

Change-Id: Id40e96ab81a8b2fb72b9886ba6e4bb64061cdb97
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: dbcb265539485f271a761d3b9f2b8cced189a4e0
  1. src/
  2. Android.bp
  3. Cargo.toml
  4. Cargo.toml.orig
  5. cargo_embargo.json
  6. CHANGELOG.md
  7. LICENSE
  8. METADATA
  9. MODULE_LICENSE_MIT
  10. OWNERS
  11. 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.