commit | 97b6c2a5242c1af510875496923b358b4ee94d4a | [log] [tgz] |
---|---|---|
author | James Farrell | Tue Aug 06 16:51:58 2024 +0000 |
committer | James Farrell | Tue Aug 06 16:51:58 2024 +0000 |
tree | 98565df507f17cbbda9dee3f3a3cbb7709075dd1 | |
parent | 7989a20178e9ce1be9fcefb43032f61ac90d0901 [diff] |
Update Android.bp by running cargo_embargo Test: ran cargo_embargo Change-Id: I6524f0312313f75399c03dc353a5ee9f733218c4
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.