Crates.io | conquer-util |
lib.rs | conquer-util |
version | 0.3.0 |
source | src |
created_at | 2019-08-19 20:30:04.95723 |
updated_at | 2020-11-21 22:37:17.506941 |
description | utilities for concurrent and lock-free programming |
homepage | |
repository | https://github.com/oliver-giersch/conquer-util.git |
max_upload_size | |
id | 158182 |
size | 39,143 |
Utilities for lock-free and concurrent programming.
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
The minimum supported Rust version for this crate is 1.36.0.
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.
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.