commit | 1cea35a57af14f01346c3d30ceeb53a85b26b352 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Sat Feb 20 13:17:33 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sat Feb 20 13:17:33 2021 +0000 |
tree | f3c8793fb7a31dfa768eef1d9c0c7b609eb3c066 | |
parent | e4ae32b2ef299914989cf23da2bd6c67801c7bc8 [diff] | |
parent | 33274552a0e43ae17eddc51d65447f84f5e936c4 [diff] |
[automerger skipped] Mark ab/7061308 as merged in stage. am: c0ed4fc02d -s ours am: 33274552a0 -s ours am skip reason: Change-Id If35eb2925290fdc04af8cfaa84f8ad666a82affd with SHA-1 534c7a199d is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6b4a01e2d8f181ab70574f0dc19280e5947d41fd
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.