Crossbeam

Build Status License Cargo Documentation Rust 1.26+

This crate provides a set of tools for concurrent programming:

Crates

Some of the tools live in the main crossbeam crate, and some are re-exported from smaller subcrates:

Take a look at src/lib.rs to see what goes where.

There is one more experimental subcrate that is not yet included in crossbeam:

Usage

Add this to your Cargo.toml:

toml [dependencies] crossbeam = "0.6"

Next, add this to your crate:

rust extern crate crossbeam;

Compatibility

The minimum supported Rust version is 1.26.

Features available in no_std environments:

Contributing

Crossbeam welcomes contribution from everyone in the form of suggestions, bug reports, pull requests, and feedback. 💛

If you're looking for things to do, there are several easy ways to get started:

RFCs

We also have the RFCs repository for more high-level discussion. It is a place where we brainstorm ideas and propose substantial changes to Crossbeam.

Feel free to participate in any open issues or pull requests!

Learning resources

If you'd like to learn more about concurrency and non-blocking data structures, there's a list of learning resources in our wiki, which includes related blog posts, papers, videos, and other similar projects.

Another good place to visit is merged RFCs. They contain elaborate descriptions and rationale for features we've introduced to Crossbeam, but note that some of the written information is now out of date.

Conduct

The Crossbeam project adheres to the Rust Code of Conduct. This describes the minimum behavior expected from all contributors.

License

Licensed under either of

at your option.

Some Crossbeam subcrates have additional licensing notices. Take a look at other readme files in this repository for more information.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.