commit | dc55560a13ddaca3e8976ae44b05afbee2a9b303 | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Wed Feb 24 17:53:53 2021 +0000 |
committer | android-build-prod (mdb) <android-build-team-robot@google.com> | Wed Feb 24 17:53:53 2021 +0000 |
tree | f3c8793fb7a31dfa768eef1d9c0c7b609eb3c066 | |
parent | 8177d2f2f3bd464354c5e14fdab9e96cdc9b345e [diff] | |
parent | 20ac7fffd5ce9007e0cd636cc82d000b52a8f20d [diff] |
Snap for 7168215 from 20ac7fffd5ce9007e0cd636cc82d000b52a8f20d to simpleperf-release Change-Id: I9b91526dd53aa22c5f420a1b9424cc8ff186e76b
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.