commit | 45c3df70dcf0d24036cf69f0590872e5aafad080 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Mon Nov 29 14:04:42 2021 -0800 |
committer | Joel Galenson <jgalenson@google.com> | Fri Dec 10 15:33:09 2021 -0800 |
tree | c9a5059d8834122f44db774fadab691df231febb | |
parent | 004f2cf1fc2a0c9c7bc68aa329ee1a991b316e5d [diff] |
Refresh Android.bp, cargo2android.json, TEST_MAPPING. Test: None Change-Id: Id0aab0a3d7ab6e3e122bfecade7a63ea6df473db
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.