commit | ad1d27fb7b8ed6e617846c3fa9e411a8bfd4f668 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 17:05:18 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 17:05:18 2023 +0000 |
tree | c186c3e2a5437e2be09d8bf0f2378d4abca2b996 | |
parent | f4930f321420c7a29fcc3feac138af4fc6954228 [diff] | |
parent | 28d6c4fddab0272b083d20fb7a6cacd39bfbf3d0 [diff] |
Make futures-util available to product and vendor am: e07497862c am: cf9fa42930 am: 28d6c4fdda Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-util/+/2475386 Change-Id: Ifc481672fdaba08f86812e6948b5b510ee7fbfdc Signed-off-by: Automerger Merge Worker <[email protected]>
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.