commit | 399d0f5c798c2e7c34b39ab2962693b1d3bde255 | [log] [tgz] |
---|---|---|
author | Roopa Sattiraju <[email protected]> | Wed Dec 22 17:46:53 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Dec 22 17:46:53 2021 +0000 |
tree | c74b20ca161629a8b72775f645f6948a47934166 | |
parent | b47839592f314221dbc88a12c91dead901cb7546 [diff] | |
parent | 66d580aabc7d96252abe98883644c5ad19fa0c57 [diff] |
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.