commit | 180b5039585fa8e520e443267562937675749cf1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Feb 02 02:28:54 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Feb 02 02:28:54 2023 +0000 |
tree | 3cead49dd330ba024acfa792f1c48e80d5888fa0 | |
parent | a87484b7e733f4fe3ca0019a39a7e42debd67848 [diff] | |
parent | 468408db7b6fa6683368845f8dc3f2427eebf9dd [diff] |
Snap for 9552483 from 468408db7b6fa6683368845f8dc3f2427eebf9dd to udc-release Change-Id: Iffcbfbec8000349647028b8d330cdd1cd7fb2f07
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.