commit | 37f908d90d85283085b261cc00243c1c01f7fbc1 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Tue Nov 14 21:33:51 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Nov 14 21:33:51 2023 +0000 |
tree | 199870fc094fd7c0193faaa7f18e6f99a3aedbb4 | |
parent | cd7a06005afa08971da3001ab5fc1ba07374dbd7 [diff] | |
parent | 90e4cf5201a6796ee0a2f72cc33ee3e6c4c39551 [diff] |
Migrate to cargo_embargo. am: e499062798 am: fd8fb2110a am: 90e4cf5201 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/2828201 Change-Id: I19027332b3cda03bacdce08373680d90311bb7bc 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.