commit | fd1b9c4f9e8859d2acf345545d74827adf4b220f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Dec 23 02:05:46 2021 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Dec 23 02:05:46 2021 +0000 |
tree | c74b20ca161629a8b72775f645f6948a47934166 | |
parent | d9edcd5d3e86a92eb38628a7956856547a444a16 [diff] | |
parent | 15236643ed9d4590fd131a00b7582edfbcbffd7b [diff] |
Snap for 8023588 from 15236643ed9d4590fd131a00b7582edfbcbffd7b to tm-d1-release Change-Id: I79d27c1e4620712a410f8b69e439e95e3d4baaa5
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.