#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

#736 in Concurrency

Download history 2992/week @ 2023-11-20 3908/week @ 2023-11-27 3653/week @ 2023-12-04 3876/week @ 2023-12-11 3629/week @ 2023-12-18 3334/week @ 2023-12-25 3631/week @ 2024-01-01 4763/week @ 2024-01-08 4469/week @ 2024-01-15 5372/week @ 2024-01-22 3530/week @ 2024-01-29 5481/week @ 2024-02-05 6229/week @ 2024-02-12 6124/week @ 2024-02-19 6051/week @ 2024-02-26 6583/week @ 2024-03-04

25,148 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