commit | 2965b211a05654018a8ff2e1e156770d26d847da | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Jul 24 17:53:18 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Jul 24 17:53:18 2024 +0000 |
tree | fb2709ce4c5e167e9df8751690e26a05314df8d8 | |
parent | 47d24c24d73061ade093aeb3cb93c56f9cfb7474 [diff] | |
parent | 7989a20178e9ce1be9fcefb43032f61ac90d0901 [diff] |
Snap for 12134224 from 7989a20178e9ce1be9fcefb43032f61ac90d0901 to simpleperf-release Change-Id: I129f53d616a37b92ebb37911de71daf823e0765f
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.