commit | 9d4331ae9fd5aec3ff315d70090bb5a2e0810556 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Mar 10 05:16:56 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Mar 10 05:16:56 2023 +0000 |
tree | b563f638fc9dd6e873cabe9d14f6a924f6c63297 | |
parent | 50ed004b377f4482628825b008020c84ddee53aa [diff] | |
parent | 27828d6ba4de77e40c2dc71c2210b2b718480a5c [diff] |
Snap for 9722771 from 27828d6ba4de77e40c2dc71c2210b2b718480a5c to udc-d1-release Change-Id: Ie724f6e8ac04f62e186cf41453562d607dbeaf91
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.