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.

toml [dependencies.conquer-util] version = "0.1.0" features = ["align", "back-off", "tls"]

Minimum Supported Rust Version (MSRV)

The minimum supported Rust version for this crate is 1.33.0.

Cargo Features

This crate provides 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.