Utilities for lock-free and concurrent programming.
Add this to your Cargo.toml
and adjust the selected features as required.
toml
[dependencies.conquer-util]
version = "0.2.0"
features = ["align", "back-off", "tls"]
The minimum supported Rust version for this crate is 1.33.0.
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.
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.