Android 14.0.0 release 45
Make futures-util available to product and vendor am: e07497862c am: cf9fa42930 am: 28d6c4fdda am: ad1d27fb7b

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

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

futures-util

Common utilities and extension traits for the futures-rs library.

Usage

Add this to your Cargo.toml:

[dependencies]
futures-util = "0.3"

The current futures-util 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.