[automerger skipped] Mark ab/7061308 as merged in stage. am: c0ed4fc02d -s ours am: 33274552a0 -s ours

am skip reason: Change-Id If35eb2925290fdc04af8cfaa84f8ad666a82affd with SHA-1 534c7a199d is in history

Original change: undetermined

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6b4a01e2d8f181ab70574f0dc19280e5947d41fd
tree: f3c8793fb7a31dfa768eef1d9c0c7b609eb3c066
  1. patches/
  2. src/
  3. tests/
  4. .cargo_vcs_info.json
  5. .gitignore
  6. .rustfmt.toml
  7. .travis.yml
  8. Android.bp
  9. Cargo.toml
  10. Cargo.toml.orig
  11. LICENSE-APACHE
  12. LICENSE-MIT
  13. METADATA
  14. MODULE_LICENSE_APACHE2
  15. OWNERS
  16. README.md
  17. TEST_MAPPING
README.md

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.