commit | b3559ba87ba895bd4170407e18e13ff05b7c4d82 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Mon Mar 14 07:04:29 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Mon Mar 14 07:04:29 2022 +0000 |
tree | c74b20ca161629a8b72775f645f6948a47934166 | |
parent | b878a5e3538339300b83bec1c643b5b825b059b1 [diff] | |
parent | 399d0f5c798c2e7c34b39ab2962693b1d3bde255 [diff] |
Snap for 8294919 from 399d0f5c798c2e7c34b39ab2962693b1d3bde255 to main-cg-testing-release Change-Id: I70079f41624522e03ecaa7e9183646b906bbbf51
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.