[automerger skipped] Make libpin_utils available to DnsResolver am: 3377465e6d -s ours am skip reason: Merged-In Ie73c2b3dec2fdef5cd9c05058585c715e52d8e27 with SHA-1 522299a379 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/15078251 Change-Id: I0aa54ee51815d500fce07d9dadf0f883de6d36dc
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.