commit | 1f93bbf9b339fc44c11490969ab6dd5210b0086a | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Mar 10 04:19:07 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Mar 10 04:19:07 2023 +0000 |
tree | b563f638fc9dd6e873cabe9d14f6a924f6c63297 | |
parent | 180b5039585fa8e520e443267562937675749cf1 [diff] | |
parent | a39c14deff71d65b11c2a215f6dfb4c75c32c43d [diff] |
Snap for 9719949 from fecb6948eb8a964491296e89ad6d84c612bbaeef to udc-release am: a39c14deff Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/21946736 Change-Id: I21e1cd60c7b7a724f1a1ac5fef987abdad3c14a9 Signed-off-by: Automerger Merge Worker <[email protected]>
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.