Bug: 152066488

Clone this repo:
  1. 7989a20 Update Android.bp by running cargo_embargo am: 1c19e4cf71 by James Farrell · 4 weeks ago main master
  2. 1c19e4c Update Android.bp by running cargo_embargo by James Farrell · 4 weeks ago
  3. d0108a9 Update Android.bp by running cargo_embargo am: 4099d91644 by James Farrell · 5 weeks ago
  4. 4099d91 Update Android.bp by running cargo_embargo by James Farrell · 6 weeks ago
  5. 37f908d Migrate to cargo_embargo. am: e499062798 am: fd8fb2110a am: 90e4cf5201 by Andrew Walbran · 7 months ago android14-qpr3-release emu-34-2-dev android-14.0.0_r50

pin-utils

Utilities for pinning

Build Status Crates.io

Documentation

Usage

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.

License

This project is licensed under either of

at your option.

Contribution

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.