commit | 0c95395708b6e678592640d667b8645e6bd69e52 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Sep 10 23:11:55 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Sep 10 23:11:55 2024 +0000 |
tree | 98565df507f17cbbda9dee3f3a3cbb7709075dd1 | |
parent | 76ea19a7efb0bdaad1f9e0ecc2ece41897698eca [diff] | |
parent | 2aabaefe07fcbbee179bf69e6d9a735777a9510e [diff] |
Snap for 12349386 from 2aabaefe07fcbbee179bf69e6d9a735777a9510e to sdk-release Change-Id: I53ccd98c06069ccee251049c826d3cc215ad0f5a
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.