| commit | 20ac7fffd5ce9007e0cd636cc82d000b52a8f20d | [log] [tgz] |
|---|---|---|
| author | Bob Badour <bbadour@google.com> | Fri Feb 12 18:08:51 2021 -0800 |
| committer | Bob Badour <bbadour@google.com> | Fri Feb 12 18:08:51 2021 -0800 |
| tree | f3c8793fb7a31dfa768eef1d9c0c7b609eb3c066 | |
| parent | 28312b56b06ecb70be34f478dfd2dc08fd1cac60 [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/pin-utils Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ie248a8efecf01db2e844b5ca237bb610780835b7
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.