commit | 6018204806fc41faeccb98453ffee522f09f0fc9 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Nov 23 11:30:34 2020 -0800 |
committer | Xin Li <delphij@google.com> | Mon Nov 23 11:30:34 2020 -0800 |
tree | 47658d012cd7934bc34516a029f2941594e14b82 | |
parent | c5ee8e0b611dc60a696cf49337d6ec6343b16535 [diff] | |
parent | 7deff25c10ec235846a881dd6719f11f6a855747 [diff] |
Mark ab/6881855 as merged Bug: 172690556 Change-Id: I3ab33eb34a3cc63c3eacbb2fed489aaf5a2e2b5a
Utilities for pinning
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.
This project is licensed under either of
at your option.
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.