This crate provides utilities for concurrent programming.
Add this to your Cargo.toml
:
toml
[dependencies]
crossbeam-utils = "0.4"
Next, add this to your crate:
rust
extern crate crossbeam_utils;
The minimum required Rust version is 1.25.
Licensed under the terms of MIT license and the Apache License (Version 2.0).
See LICENSE-MIT and LICENSE-APACHE for details.