NOTE: This crate has been moved into the crossbeam repository.
Do not use this repository.
Add this to your Cargo.toml
:
[dependencies]
crossbeam-deque = "0.6"
Next, add this to your crate:
extern crate crossbeam_deque;
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.