commit | 4e622e8b8de034c976928386fa55c6d4e8a47d61 | [log] [tgz] |
---|---|---|
author | Elisei Zamakhov <[email protected]> | Thu Jul 11 16:02:54 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jul 11 16:02:54 2024 +0000 |
tree | fd312057b155a5042e95ff8879ed2dab00a70e0b | |
parent | 7542ab5bea38897e0c7741d1ca7fa65228274948 [diff] | |
parent | becf2b37b0954f5befa976e0a6fd0b57ff8a1bdf [diff] |
Mark apex-available am: becf2b37b0 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-io/+/3166943 Change-Id: Ieff167fda26509ae0758d3e9a260794845262aee Signed-off-by: Automerger Merge Worker <[email protected]>
The AsyncRead
, AsyncWrite
, AsyncSeek
, and AsyncBufRead
traits for the futures-rs library.
Add this to your Cargo.toml
:
[dependencies] futures-io = "0.3"
The current futures-io
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.