commit | e4ae32b2ef299914989cf23da2bd6c67801c7bc8 | [log] [tgz] |
---|---|---|
author | Bob Badour <[email protected]> | Wed Feb 17 19:43:51 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Feb 17 19:43:51 2021 +0000 |
tree | f3c8793fb7a31dfa768eef1d9c0c7b609eb3c066 | |
parent | e75540e5f5c759c00634669e024aa14c911c08de [diff] | |
parent | 37961b054061c01ae2ccf4be5c491c781534bafb [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/pin-utils am: 20ac7fffd5 am: a0cf5e9dc5 am: 37961b0540 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-utils/+/1588216 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ice529d740b6121ff232f53813ce1a9afffcf33e1
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.