commit | 15236643ed9d4590fd131a00b7582edfbcbffd7b | [log] [tgz] |
---|---|---|
author | Roopa Sattiraju <[email protected]> | Wed Dec 22 18:01:45 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Dec 22 18:01:45 2021 +0000 |
tree | c74b20ca161629a8b72775f645f6948a47934166 | |
parent | e0388b2993384e3619e5185d7e7b6eebafa31a9b [diff] | |
parent | 399d0f5c798c2e7c34b39ab2962693b1d3bde255 [diff] |
Adding bluetooth apex am: 93a213f557 am: 88f03581c8 am: 66d580aabc am: 399d0f5c79 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/1931389 Change-Id: I16ef2d93d41af71d6f70f277c51dd62f5c0859c4
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.