commit | b36e7e9efb17d920ec0af63af2da31d515f1fc21 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 01:03:57 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 01:03:57 2023 +0000 |
tree | b563f638fc9dd6e873cabe9d14f6a924f6c63297 | |
parent | ee1cc4969cd309ed76e4c7a5f808b1a10563c87d [diff] | |
parent | 322e5b51150e1f1c6fe3e30cf7d33c6563a020f3 [diff] |
Snap for 10447354 from 322e5b51150e1f1c6fe3e30cf7d33c6563a020f3 to mainline-resolv-release Change-Id: I187ce811d1441dac6645e9c8616a1e704295ae7b
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.