Snap for 9617930 from 1baa33d96804aadadbe5e37e7cfd6ef48e7411c2 to udc-release am: 95626a7cf6

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

Change-Id: I2f584a3316db5b821dc7c048a26cf194df99bb54
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: e05d642f5ac3017af8055f2b63cb9b03eee6d460
  1. benches/
  2. patches/
  3. src/
  4. tests/
  5. .cargo_vcs_info.json
  6. Android.bp
  7. build.rs
  8. Cargo.toml
  9. Cargo.toml.orig
  10. cargo2android.json
  11. LICENSE
  12. LICENSE-APACHE
  13. LICENSE-MIT
  14. METADATA
  15. MODULE_LICENSE_APACHE2
  16. no_atomic_cas.rs
  17. OWNERS
  18. README.md
  19. 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.