Merge "Update TEST_MAPPING" am: 4fc4ef23c5 am: 7e4ca7e646 am: 2a137726d2

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-channel/+/2125903

Change-Id: Ida1c8ddc0fdded43b3bc78cdcf56681ead7de543
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 4bd872c7931921cfe12cc2fa1b72915778e481d3
  1. benches/
  2. src/
  3. tests/
  4. .cargo_vcs_info.json
  5. Android.bp
  6. build.rs
  7. Cargo.toml
  8. Cargo.toml.orig
  9. cargo2android.json
  10. LICENSE
  11. LICENSE-APACHE
  12. LICENSE-MIT
  13. METADATA
  14. MODULE_LICENSE_APACHE2
  15. no_atomic_cas.rs
  16. OWNERS
  17. README.md
  18. TEST_MAPPING
README.md

futures-channel

Channels for asynchronous communication using futures-rs.

Usage

Add this to your Cargo.toml:

[dependencies]
futures-channel = "0.3"

The current futures-channel requires Rust 1.45 or later.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.