commit | 3159dd770d379ffbeb1e69dbc38cafcf8ab7df63 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Fri Apr 30 01:06:46 2021 +0000 |
committer | android-build-team Robot <[email protected]> | Fri Apr 30 01:06:46 2021 +0000 |
tree | 588cd6bcab99f86ee21c4a232729119123f985a6 | |
parent | fb3b7fd39910f30a368d4025ced7bcb96ddb1194 [diff] | |
parent | 59ec4d0e99748c16680f96c1d1fee3176eea6967 [diff] |
Snap for 7325276 from 59ec4d0e99748c16680f96c1d1fee3176eea6967 to sc-release Change-Id: I860eb81da2428d2aeed603d889b429c2cae94532
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.