commit | 7d18d40e1f5e85d405206105ef74e96162e949fc | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Aug 08 01:13:45 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Aug 08 01:13:45 2024 +0000 |
tree | 98565df507f17cbbda9dee3f3a3cbb7709075dd1 | |
parent | 73532867d7817fb7bd84032d3b5be912d41b989f [diff] | |
parent | ca1a7f0fe1d3dd651b4daf3c12edfa9a693315b7 [diff] |
Snap for 12199973 from ca1a7f0fe1d3dd651b4daf3c12edfa9a693315b7 to 24Q4-release Change-Id: Iabe14051d79023c08bd605623bca9f7a4c0b86be
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.