commit | 2aabaefe07fcbbee179bf69e6d9a735777a9510e | [log] [tgz] |
---|---|---|
author | James Farrell | Wed Aug 07 22:05:37 2024 +0000 |
committer | Automerger Merge Worker | Wed Aug 07 22:05:37 2024 +0000 |
tree | 98565df507f17cbbda9dee3f3a3cbb7709075dd1 | |
parent | 73532867d7817fb7bd84032d3b5be912d41b989f [diff] | |
parent | 97b6c2a5242c1af510875496923b358b4ee94d4a [diff] |
Update Android.bp by running cargo_embargo am: 97b6c2a524 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/3208506 Change-Id: Ib90cdecd01488839687eabfbe2a330629d7bca37 Signed-off-by: Automerger Merge Worker
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.