commit | 367d64ce6471bae41f1cfed27da83cca9d56a299 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Oct 08 23:12:20 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Oct 08 23:12:20 2024 +0000 |
tree | 07351ba4dbdf91aba5f3f954cd48e28d06e37725 | |
parent | 0c95395708b6e678592640d667b8645e6bd69e52 [diff] | |
parent | dde71018e75861bfcc84c0e0d8f2c749fc531240 [diff] |
Snap for 12472708 from dde71018e75861bfcc84c0e0d8f2c749fc531240 to sdk-release Change-Id: I7f483a7a948750931120dfafd4c7d7a04436f484
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.