commit | e499062798794f4a1cfcb363ff510db35f4e036d | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Tue Nov 14 18:30:10 2023 +0000 |
committer | Andrew Walbran <[email protected]> | Tue Nov 14 18:30:10 2023 +0000 |
tree | 199870fc094fd7c0193faaa7f18e6f99a3aedbb4 | |
parent | fecb6948eb8a964491296e89ad6d84c612bbaeef [diff] |
Migrate to cargo_embargo. Bug: 293289578 Test: Ran cargo_embargo, compared Android.bp Change-Id: I337173708db7ea3ef70ea9506e3294f2a96b7af9
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.