commit | 1c19e4cf71163e46f01bf26510821711793eb935 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Mon May 20 16:53:32 2024 +0000 |
committer | James Farrell <[email protected]> | Mon May 20 16:53:32 2024 +0000 |
tree | fb2709ce4c5e167e9df8751690e26a05314df8d8 | |
parent | 4099d91644f734f3a2da58191af8e7b078916fe1 [diff] |
Update Android.bp by running cargo_embargo Test: ran cargo_embargo Change-Id: I240e648a260f1454edeb5cbe3fe66e9dd429549d
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.