commit | 3400471d612c9eb99b25d5c20e13b9e769f0af14 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Nov 16 00:13:41 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Nov 16 00:13:41 2023 +0000 |
tree | 199870fc094fd7c0193faaa7f18e6f99a3aedbb4 | |
parent | 012e46745a41829b09bb598d1638be2c6ad9c11f [diff] | |
parent | 37f908d90d85283085b261cc00243c1c01f7fbc1 [diff] |
Snap for 11104212 from 37f908d90d85283085b261cc00243c1c01f7fbc1 to 24Q1-release Change-Id: I6ef2f272166381bb730fe04f5f1c2f68cc29ea8f
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.