commit | 50f0bb58d81b65565667979ae4b8753d20313328 | [log] [tgz] |
---|---|---|
author | David Duarte <[email protected]> | Fri Mar 25 13:30:04 2022 +0000 |
committer | Charlie Boutier <[email protected]> | Wed Aug 10 21:52:47 2022 +0000 |
tree | 8cfd42e710dd36e9090a96af23266eb7e7af324f | |
parent | 15236643ed9d4590fd131a00b7582edfbcbffd7b [diff] |
Make vendor available Bug: 241962982 Bug: 241962982 Ignore-AOSP-First: Cherry-picked from AOSP Merged-In: I39533c33771bbee89999d27ffceff054fd0b5ca1 Change-Id: I39533c33771bbee89999d27ffceff054fd0b5ca1
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.