commit | 8f7c2b9fbc1522e1046ccc023317e47673212715 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Feb 17 02:58:10 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Feb 17 02:58:10 2022 +0000 |
tree | c74b20ca161629a8b72775f645f6948a47934166 | |
parent | fa5336736196b431a81aaa392e084d6f4ae3c19b [diff] | |
parent | 15236643ed9d4590fd131a00b7582edfbcbffd7b [diff] |
Snap for 8191477 from 15236643ed9d4590fd131a00b7582edfbcbffd7b to tm-frc-media-swcodec-release Change-Id: I527896c6f8466de9d9e029e4e3ae7299d26294e7
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.