5 releases

0.1.0 Apr 22, 2020
0.1.0-alpha.4 Dec 26, 2018
0.1.0-alpha.3 Sep 24, 2018
0.1.0-alpha.2 Aug 30, 2018
0.1.0-alpha.1 Aug 6, 2018

#406 in Rust patterns

Download history 1211851/week @ 2023-11-21 1412675/week @ 2023-11-28 1455219/week @ 2023-12-05 1471975/week @ 2023-12-12 1199112/week @ 2023-12-19 823226/week @ 2023-12-26 1398948/week @ 2024-01-02 1511290/week @ 2024-01-09 1588928/week @ 2024-01-16 1591810/week @ 2024-01-23 1776038/week @ 2024-01-30 1671160/week @ 2024-02-06 1642377/week @ 2024-02-13 1772161/week @ 2024-02-20 1794818/week @ 2024-02-27 1459143/week @ 2024-03-05

6,955,742 downloads per month
Used in 27,084 crates (141 directly)

MIT/Apache

8KB
51 lines

pin-utils

Utilities for pinning

Build Status Crates.io

Documentation

Usage

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.

License

This project is licensed under either of

at your option.

Contribution

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.

No runtime deps