commit | b878a5e3538339300b83bec1c643b5b825b059b1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sun Dec 26 10:04:11 2021 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sun Dec 26 10:04:11 2021 +0000 |
tree | c74b20ca161629a8b72775f645f6948a47934166 | |
parent | 173cbc6fe24ed9967caad3ce5dda428367326a1d [diff] | |
parent | 93a213f5572d268e742071705c15410e9d124917 [diff] |
Snap for 8029350 from 93a213f5572d268e742071705c15410e9d124917 to main-cg-testing-release Change-Id: I0cc2ba51d44f165e1e85312b46b8448ae3a6eb69
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.