tag | 0616039cc12b00dbce86094b0a822ca91d705148 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Jun 08 14:19:18 2020 -0700 |
object | 0ad6fd521f6aaec64b14cb1f59a5dbe8138c960c |
Platform Tools Release 30.0.1 (6435776)
commit | 0ad6fd521f6aaec64b14cb1f59a5dbe8138c960c | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Mon Apr 27 21:49:44 2020 +0000 |
committer | android-build-prod (mdb) <android-build-team-robot@google.com> | Mon Apr 27 21:49:44 2020 +0000 |
tree | b76a0a005bfdca60f3f6f787334283e5bc423c82 | |
parent | 22e25a7518897c2efaab2c6ac003f1b6ae20b6ff [diff] | |
parent | 55182b4e7f87ccc68f6d2d2ab78330f36825bda7 [diff] |
Snap for 6435660 from 55182b4e7f87ccc68f6d2d2ab78330f36825bda7 to sdk-release Change-Id: Iec294b8968b82b74dc08083e807f5f2daeec33d6
Utilities for pinning
First, add this to your Cargo.toml
:
[dependencies] pin-utils = "0.1.0-alpha.4"
Now, you can use it:
use pin_utils::pin_mut; // And more...
The current version of pin-utils requires Rust 1.33 or later.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in pin-utils by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.