commit | 5d2d22ce43a373504e7a21a04fa6bfc41474311c | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Tue Aug 24 20:21:04 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Aug 24 20:21:04 2021 +0000 |
tree | bf8996dc01c29cca4fef8dcea56b1f63f91b9c58 | |
parent | bb99cf95f743415bf21ceb855fc394fa19f8031d [diff] | |
parent | 47421373b141a310fdd1b13970671936c39de21c [diff] |
Update TEST_MAPPING am: 6dec7ac007 am: 004f2cf1fc am: 21a7fe2d71 am: d0dbac19b8 am: 47421373b1 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/1806165 Change-Id: Ie232e3561d578b6128eb9ef141e6c924bea36ccd
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.