commit | d3a7a13a1f8b73cf783ff4601a6792d83582ed80 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Thu Nov 05 15:26:44 2020 +0100 |
committer | Jeff Vander Stoep <jeffv@google.com> | Thu Nov 05 15:26:44 2020 +0100 |
tree | 47658d012cd7934bc34516a029f2941594e14b82 | |
parent | 04ad536c50165cefd26ec9216fff9f0b9b6167e9 [diff] |
TEST_MAPPING: test dependers of this crate Bug: 168167373 Test: TH Change-Id: Ic407fb613d9b0748dd8aba215b614bd29abb1840
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.