commit | b46a174cf71711c9c7451fcb58220df9e4080425 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Fri Apr 30 01:05:54 2021 +0000 |
committer | android-build-team Robot <[email protected]> | Fri Apr 30 01:05:54 2021 +0000 |
tree | 588cd6bcab99f86ee21c4a232729119123f985a6 | |
parent | dd76bb63a98d5dd55d663c1d0dd02653ae08b6d2 [diff] | |
parent | 59ec4d0e99748c16680f96c1d1fee3176eea6967 [diff] |
Snap for 7325096 from 59ec4d0e99748c16680f96c1d1fee3176eea6967 to sc-d1-release Change-Id: Ifbbb724534eeb6444770aac449c7fe5d703d6666
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.