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

#313 in Asynchronous

Download history 1873318/week @ 2024-06-20 1861635/week @ 2024-06-27 1741147/week @ 2024-07-04 1909136/week @ 2024-07-11 1941355/week @ 2024-07-18 1977113/week @ 2024-07-25 1950269/week @ 2024-08-01 2076766/week @ 2024-08-08 1955555/week @ 2024-08-15 2038166/week @ 2024-08-22 1907895/week @ 2024-08-29 2105782/week @ 2024-09-05 1993453/week @ 2024-09-12 2106148/week @ 2024-09-19 2256449/week @ 2024-09-26 2225126/week @ 2024-10-03

8,945,254 downloads per month
Used in 32,825 crates (153 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