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