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