aml_uwb_331310030 (9378579,com.google.android.uwb)
Update futures-channel to 0.3.21 am: f7dc9c1e42 am: 99a38b94a8 am: d97505630b am: 72e65b73c7

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

Change-Id: I05c943a3443265bf7f124c380e103c2064dd6b33
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.