#lock-free #utilities

no-std conquer-util

utilities for concurrent and lock-free programming

3 releases (breaking)

0.3.0 Nov 21, 2020
0.2.0 Aug 20, 2019
0.1.0 Aug 19, 2019

#821 in Concurrency

Download history 7470/week @ 2024-03-14 5148/week @ 2024-03-21 7067/week @ 2024-03-28 5826/week @ 2024-04-04 4948/week @ 2024-04-11 6502/week @ 2024-04-18 5191/week @ 2024-04-25 5040/week @ 2024-05-02 5376/week @ 2024-05-09 6167/week @ 2024-05-16 4512/week @ 2024-05-23 4299/week @ 2024-05-30 5443/week @ 2024-06-06 7112/week @ 2024-06-13 5444/week @ 2024-06-20 6105/week @ 2024-06-27

24,716 downloads per month
Used in 17 crates (via conquer-once)

MIT/Apache

37KB
566 lines

conquer-util

Utilities for lock-free and concurrent programming.

Build Status Latest version Documentation License Rust 1.36+

Usage

Add this to your Cargo.toml and adjust the selected features as required.

[dependencies.conquer-util]
version = "0.3.0"
features = ["align", "back-off", "tls"] # enables all features

Minimum Supported Rust Version (MSRV)

The minimum supported Rust version for this crate is 1.36.0.

Cargo Features

This crate offers fine-grained control over its contents through cargo feature flags, from #![no_std] compatibility to selection of which utilities and dependencies will be compiled. For complete information see the crate's documentation.

License

conquer-util is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Dependencies

~120KB