commit | 25342584a141e2b135c29c06934e649c5322e74f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue May 10 06:57:51 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue May 10 06:57:51 2022 +0000 |
tree | c74b20ca161629a8b72775f645f6948a47934166 | |
parent | 81946ef0becf2f54dc35d99d9e3876443f7ac417 [diff] | |
parent | 15236643ed9d4590fd131a00b7582edfbcbffd7b [diff] |
Snap for 8564071 from 15236643ed9d4590fd131a00b7582edfbcbffd7b to mainline-cellbroadcast-release Change-Id: I9c54b29e71325d2d61d93cae5d4b6e07da3b097b
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.