commit | da6f4ccd028d3af82f861fe763a2930a52c49b15 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Aug 20 17:58:03 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Aug 20 17:58:03 2024 +0000 |
tree | 98565df507f17cbbda9dee3f3a3cbb7709075dd1 | |
parent | 2965b211a05654018a8ff2e1e156770d26d847da [diff] | |
parent | 97b6c2a5242c1af510875496923b358b4ee94d4a [diff] |
Snap for 12252487 from 97b6c2a5242c1af510875496923b358b4ee94d4a to simpleperf-release Change-Id: I6b760efb248e189bafbacec863ff5d9f3979d252
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.