commit | 3cb38b21b6d7bbb18c2c69301e6d358caf1407a9 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat May 11 01:13:48 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat May 11 01:13:48 2024 +0000 |
tree | 02eb807eb35eafb23c1827109e71592f672f5878 | |
parent | 37f908d90d85283085b261cc00243c1c01f7fbc1 [diff] | |
parent | 1bb6d8a825e38cf9ca4a98165203adea9579df9c [diff] |
Snap for 11828632 from 1bb6d8a825e38cf9ca4a98165203adea9579df9c to 24Q3-release Change-Id: I30eb6f4ba1ff27077b673c9331e829ee54e692d6
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.