commit | 82257c8a4d9f8f32ff0f3356203e9608d0c0b0db | [log] [tgz] |
---|---|---|
author | Julien Desprez <[email protected]> | Thu Feb 11 19:51:21 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Feb 11 19:51:21 2021 +0000 |
tree | 75b8214ca787b4cbe92e17c32190155abb65fed7 | |
parent | 534c7a199dcaafb5465c6496577774ca073e0f5e [diff] | |
parent | 963de5e48db209f2c9c710cb9b625b9ee058d467 [diff] |
Clean up rust_test_host TEST_MAPPING after default update am: 28312b56b0 am: 963de5e48d Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/1584348 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie9ec20879c82106958f49dc481f1d7b2f0de7bcd
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.