commit | 3d7ee2eb90c06ca54bf4ce1bd769ad29d5f77916 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu May 05 18:45:39 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu May 05 18:45:39 2022 +0000 |
tree | 8cfd42e710dd36e9090a96af23266eb7e7af324f | |
parent | b3559ba87ba895bd4170407e18e13ff05b7c4d82 [diff] | |
parent | 2463d832d039298798e4399b372ff6aae476a534 [diff] |
Snap for 8547012 from 2463d832d039298798e4399b372ff6aae476a534 to main-cg-testing-release Change-Id: I7f44b43a9909940d2ddf773d627dae993f22846e
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.