| commit | 28d6c4fddab0272b083d20fb7a6cacd39bfbf3d0 | [log] [tgz] |
|---|---|---|
| author | Matthew Maurer <mmaurer@google.com> | Thu Mar 09 16:09:32 2023 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 09 16:09:32 2023 +0000 |
| tree | c186c3e2a5437e2be09d8bf0f2378d4abca2b996 | |
| parent | 13bffcbd14fdbcd6b7da131553d04ea318a250c7 [diff] | |
| parent | cf9fa429308160c2b2ce479204eb917b3a0e848a [diff] |
Make futures-util available to product and vendor am: e07497862c am: cf9fa42930 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-util/+/2475386 Change-Id: Ibecb325776a110eca30b9dd2009cf8a64c79f822 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Common utilities and extension traits for the futures-rs library.
Add this to your Cargo.toml:
[dependencies] futures-util = "0.3"
The current futures-util requires Rust 1.45 or later.
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.