commit | 81a651103f558395fd552098c5265bff86ac4b75 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Mar 25 12:32:19 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Mar 25 12:32:19 2022 +0000 |
tree | c74b20ca161629a8b72775f645f6948a47934166 | |
parent | f19bcaff1ae9a104a053e89dbf575fd75c5a9214 [diff] | |
parent | 15236643ed9d4590fd131a00b7582edfbcbffd7b [diff] |
Snap for 8358640 from 15236643ed9d4590fd131a00b7582edfbcbffd7b to mainline-go-cellbroadcast-release Change-Id: I87e8fd17ab60658b34a8d10188c5758af367733f
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.