commit | 9f190431da743694557d54b0ba3721295a1106d2 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Dec 07 15:49:47 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Dec 14 16:09:14 2020 +0900 |
tree | 5cd77bd7d872fbf6d733b43e3f092cf56a2af07b | |
parent | 6018204806fc41faeccb98453ffee522f09f0fc9 [diff] |
add crosvm to com.android.virt To do so, crosvm and its dependencies have the apex_available property set to "//apex_available:platform", "com.android.virt" to explicitly acknowledge the joining. Bug: 174639241 Test: m com.android.virt Change-Id: Iaa7a24b16fbfc85b7faffd96e94f7a4daa3b1aec
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.