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

#295 in Asynchronous

Download history 1956831/week @ 2024-08-31 2047522/week @ 2024-09-07 1893976/week @ 2024-09-14 2213110/week @ 2024-09-21 2233363/week @ 2024-09-28 2739701/week @ 2024-10-05 2587513/week @ 2024-10-12 2674988/week @ 2024-10-19 2091209/week @ 2024-10-26 2140809/week @ 2024-11-02 2120563/week @ 2024-11-09 2184656/week @ 2024-11-16 1898930/week @ 2024-11-23 2193416/week @ 2024-11-30 2532476/week @ 2024-12-07 1895658/week @ 2024-12-14

8,875,535 downloads per month
Used in 34,953 crates (154 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