commit | 30e3be38950b6009848f542a22a1b4a7b3dd9542 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Jun 15 21:44:56 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Jun 15 21:44:56 2022 +0000 |
tree | dfb9b48d479edcfd2a5ff0a4ed641daa6cbdbd64 | |
parent | ea6355a4a8d1d1eaa0041aa8c4cd96c0c1ef12c9 [diff] | |
parent | 3377465e6d0e39b4d45f1f043d3ab84c038d3d94 [diff] |
Snap for 8730993 from 3377465e6d0e39b4d45f1f043d3ab84c038d3d94 to mainline-tzdata3-release Change-Id: I54a16e35de83b4e84196aca5e97481d192d00c8e
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.