Import 'pin-utils' rust crate version 0.1.0-alpha.4 am: dffb6a0bab am: d9d4258ef3 am: db84fa9799

Change-Id: I4b349839c2932df2cf2683c7df02ff9d379eb1cb
tree: b4c6f132b1f88c0b680ddd99208fcbd4d677c5f3
  1. src/
  2. tests/
  3. .cargo_vcs_info.json
  4. .gitignore
  5. .rustfmt.toml
  6. Android.bp
  7. Cargo.toml
  8. Cargo.toml.orig
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. README.md
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.3"

Now, you can use it:

use pin_utils::pin_mut; // And more...

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.