All Projects → rust-lang → Pin Utils

rust-lang / Pin Utils

Licence: other
Utilities for pinning

Programming Languages

rust
11053 projects

pin-utils

crates-badge docs-badge license-badge rustc-badge

Utilities for pinning

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies]
pin-utils = "0.1"

Now, you can use it:

use pin_utils::pin_mut; // And more...

The current 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].