Bug: 152066488

Clone this repo:
  1. cff8a22 Migrate 20 crates to monorepo by James Farrell · 3 weeks ago main master
  2. dde7101 Add missing 'extern crate std' patch. by James Farrell · 4 weeks ago
  3. 2aabaef Update Android.bp by running cargo_embargo am: 97b6c2a524 by James Farrell · 3 months ago
  4. 97b6c2a Update Android.bp by running cargo_embargo by James Farrell · 3 months ago
  5. 7353286 Update Android.bp by running cargo_embargo am: 1c19e4cf71 am: 7989a20178 by James Farrell · 5 months ago android15-tests-dev

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.