commit | fb3b7fd39910f30a368d4025ced7bcb96ddb1194 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Sun Feb 21 00:06:11 2021 +0000 |
committer | android-build-team Robot <[email protected]> | Sun Feb 21 00:06:11 2021 +0000 |
tree | f3c8793fb7a31dfa768eef1d9c0c7b609eb3c066 | |
parent | 7b4397d2bd82539eeac90e0145f5c36189792025 [diff] | |
parent | 1cea35a57af14f01346c3d30ceeb53a85b26b352 [diff] |
Snap for 7160059 from 1cea35a57af14f01346c3d30ceeb53a85b26b352 to sc-release Change-Id: I3cf2ab790d421785df2f4a1c6f69ffea5f9778b1
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.