3 releases (breaking)
0.3.0 | Nov 21, 2020 |
---|---|
0.2.0 | Aug 20, 2019 |
0.1.0 | Aug 19, 2019 |
#821 in Concurrency
24,716 downloads per month
Used in 17 crates
(via conquer-once)
37KB
566 lines
conquer-util
Utilities for lock-free and concurrent programming.
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