Adding bluetooth apex am: 93a213f557 am: 88f03581c8 am: 66d580aabc Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/1931389 Change-Id: If69dda98f1e2e6594970a343964b1582cb12b428
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.