Bug: 152066488

Clone this repo:
  1. 37f908d Migrate to cargo_embargo. am: e499062798 am: fd8fb2110a am: 90e4cf5201 by Andrew Walbran · 6 months ago emu-34-2-dev main master
  2. cd7a060 Migrate to cargo_embargo. am: e499062798 am: 70195fd776 am: 5b084736eb by Andrew Walbran · 6 months ago
  3. 90e4cf5 Migrate to cargo_embargo. am: e499062798 am: fd8fb2110a by Andrew Walbran · 6 months ago
  4. 5b08473 Migrate to cargo_embargo. am: e499062798 am: 70195fd776 by Andrew Walbran · 6 months ago
  5. 70195fd Migrate to cargo_embargo. am: e499062798 by Andrew Walbran · 6 months ago emu-34-3-release

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.