commit | cc0ca113bb789980ca3134f73cd963604ffece95 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Thu May 26 11:53:59 2022 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Thu May 26 11:53:59 2022 -0700 |
tree | bc234d3b490b9961d59b69ac038e8ccea94771de | |
parent | 2463d832d039298798e4399b372ff6aae476a534 [diff] |
Update TEST_MAPPING Test: None Bug: 233924440 Change-Id: I17be1598e7814d538363ae80f37b19435f7252c2
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.