commit | 96965829268af739b85cc91628e8b8b91aaaaf2d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Thu Jul 11 16:04:11 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jul 11 16:04:11 2024 +0000 |
tree | fd312057b155a5042e95ff8879ed2dab00a70e0b | |
parent | 4e622e8b8de034c976928386fa55c6d4e8a47d61 [diff] | |
parent | 753ca8aee63dafe8fbf5b6c38a9a4a031e3587b6 [diff] |
Merge "Mark apex-available" into main am: 753ca8aee6 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-io/+/3166948 Change-Id: Ic828b415bfc08e80ee0056a53e3161a5a79ad99f 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.