commit | 780e6aee8abdbe340d3cd262f379ae6c9de8fb16 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 05:06:28 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 05:06:28 2023 +0000 |
tree | b563f638fc9dd6e873cabe9d14f6a924f6c63297 | |
parent | 7539dfb2e50e4656119cc0df710373ce67da33c2 [diff] | |
parent | 322e5b51150e1f1c6fe3e30cf7d33c6563a020f3 [diff] |
Snap for 10453563 from 322e5b51150e1f1c6fe3e30cf7d33c6563a020f3 to mainline-os-statsd-release Change-Id: Ic1127fb6e4bfcf1378d4d2b85eadedf8a100aaf9
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.