commit | 2463d832d039298798e4399b372ff6aae476a534 | [log] [tgz] |
---|---|---|
author | David Duarte <[email protected]> | Fri Mar 25 13:30:04 2022 +0000 |
committer | David Duarte <[email protected]> | Fri Mar 25 13:30:04 2022 +0000 |
tree | 8cfd42e710dd36e9090a96af23266eb7e7af324f | |
parent | 399d0f5c798c2e7c34b39ab2962693b1d3bde255 [diff] |
Make vendor available Change-Id: I39533c33771bbee89999d27ffceff054fd0b5ca1
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.