Bug: 152066488

Clone this repo:
  1. c8ba00e Make pin-utils available to product and vendor am: 2c9ac8693a by Matthew Maurer · 3 weeks ago master
  2. 2c9ac86 Make pin-utils available to product and vendor by Matthew Maurer · 3 weeks ago
  3. ab75001 Update TEST_MAPPING am: 536c31b6e6 by Jeff Vander Stoep · 8 weeks ago
  4. 536c31b Update TEST_MAPPING by Jeff Vander Stoep · 8 weeks ago
  5. 59439ef Update TEST_MAPPING am: e9133a0caf by David Brazdil · 9 weeks ago

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.