commit | 468408db7b6fa6683368845f8dc3f2427eebf9dd | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Tue Jan 31 21:08:36 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jan 31 21:08:36 2023 +0000 |
tree | 3cead49dd330ba024acfa792f1c48e80d5888fa0 | |
parent | 65bfa24d9276a6bc119201c0ff223b1a57ff3c35 [diff] | |
parent | 336db42c6a3762df879e0b4aaa6edae7ed5afa9f [diff] |
Update TEST_MAPPING am: 536c31b6e6 am: ab7500140f am: 336db42c6a Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/2411490 Change-Id: If3a19075750f988b071503436d8863821a1021de 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.