commit | 18da848fccf8d36817c5e538eb4fcad7ea91219a | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 17:04:41 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 17:04:41 2023 +0000 |
tree | 1ba95e3fd1bdae7a7fd9402fbe59779f1b358239 | |
parent | 0274d54f8e781208b2e27d7ea3169d5bcc95e0a5 [diff] | |
parent | 68076406770b757e2829777ddc180b3c2417130a [diff] |
Make futures-sink available to product and vendor am: 80e76f48dd am: d3a0a66555 am: 6807640677 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-sink/+/2476409 Change-Id: I5321f1ef2c6e3dcd86b5b0d4aed7383aaf250eb2 Signed-off-by: Automerger Merge Worker <[email protected]>
The asynchronous Sink
trait for the futures-rs library.
Add this to your Cargo.toml
:
[dependencies] futures-sink = "0.3"
The current futures-sink
requires Rust 1.36 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.