commit | 5404d6ebcaca8707ddb7719ee512b69da30d6496 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Fri Apr 30 01:06:08 2021 +0000 |
committer | android-build-team Robot <[email protected]> | Fri Apr 30 01:06:08 2021 +0000 |
tree | 588cd6bcab99f86ee21c4a232729119123f985a6 | |
parent | 424469a2ce44266bbcd2cf222dbdb145d17fdf4d [diff] | |
parent | 59ec4d0e99748c16680f96c1d1fee3176eea6967 [diff] |
Snap for 7325276 from 59ec4d0e99748c16680f96c1d1fee3176eea6967 to sc-v2-release Change-Id: Ie7c8a9ba6fdb729521f1a142f0c69c37a754523d
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.