commit | 37c4978b3f24c2e0236ca42a8a73401470d0b151 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 16:09:09 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 16:09:09 2023 +0000 |
tree | b563f638fc9dd6e873cabe9d14f6a924f6c63297 | |
parent | 336db42c6a3762df879e0b4aaa6edae7ed5afa9f [diff] | |
parent | c8ba00eb24a92081deb6ae0a43aaea058726a996 [diff] |
Make pin-utils available to product and vendor am: 2c9ac8693a am: c8ba00eb24 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/2475779 Change-Id: Ia386bfd7187fa4afebf055ac1957cf4acf5e3f52 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.