commit | 7989a20178e9ce1be9fcefb43032f61ac90d0901 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue May 21 14:37:41 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 21 14:37:41 2024 +0000 |
tree | fb2709ce4c5e167e9df8751690e26a05314df8d8 | |
parent | d0108a9b35779d60bb51eb9f3b9e34632c255c4b [diff] | |
parent | 1c19e4cf71163e46f01bf26510821711793eb935 [diff] |
Update Android.bp by running cargo_embargo am: 1c19e4cf71 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/3095598 Change-Id: Ia90c5e15b9b39e9e0159484b2579a34aa94da6a8 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.