tag | bc48704cb414227ed31a8cb70fdf6dc5d95aa990 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Wed Nov 04 12:14:39 2020 -0800 |
object | 39a7ed12f4368ead5aadca784c89fe24ba632aa3 |
Platform Tools Release 30.0.5 (6877874)
commit | 39a7ed12f4368ead5aadca784c89fe24ba632aa3 | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Thu Oct 01 20:27:19 2020 +0000 |
committer | android-build-prod (mdb) <android-build-team-robot@google.com> | Thu Oct 01 20:27:19 2020 +0000 |
tree | 67d262aeaf4c03b8861e4c5acaf96801e35eac88 | |
parent | 78a29885c20d1dd8197d35b419c7052a5a1a9b83 [diff] | |
parent | d2abe599942cd3b1a6064a432d32cfbf9d653369 [diff] |
Snap for 6877830 from d2abe599942cd3b1a6064a432d32cfbf9d653369 to sdk-release Change-Id: Ie886799864431c9886d2636d48817b620b64ad44
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.