commit | 93a213f5572d268e742071705c15410e9d124917 | [log] [tgz] |
---|---|---|
author | Roopa Sattiraju <[email protected]> | Tue Dec 21 17:09:08 2021 -0800 |
committer | Roopa Sattiraju <[email protected]> | Tue Dec 21 17:09:08 2021 -0800 |
tree | c74b20ca161629a8b72775f645f6948a47934166 | |
parent | 8e2a6930e60a3e53bbb3a93d3e3e11f3b5d6bf18 [diff] |
Adding bluetooth apex Bug: 206121418 Test: Compile Change-Id: I61b171fd1e1616c5a63cdf4748b282dbbead3e40
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.