gecko-dev/third_party/rust/crossbeam-deque
Nathan Froyd b93bf873ba Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
..
src
.cargo-checksum.json Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
CHANGELOG.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md

README.md

Concurrent work-stealing deque

Build Status License Cargo Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
crossbeam-deque = "0.3"

Next, add this to your crate:

extern crate crossbeam_deque;

The minimum required Rust version is 1.20.

License

Licensed under the terms of MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.