rustc/vendor/rustc-rayon
2019-12-24 22:08:06 +00:00
..
examples New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
src New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
tests New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
.cargo-checksum.json New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
Cargo.lock New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
Cargo.toml New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
FAQ.md New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00
LICENSE-APACHE New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
LICENSE-MIT New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
README.md New upstream version 1.35.0+dfsg1 2019-05-31 19:15:58 -07:00
RELEASES.md New upstream version 1.40.0+dfsg1 2019-12-24 22:08:06 +00:00

rustc-rayon

rustc-rayon is a fork of the Rayon crate. It adds a few "in progress" features that rustc is using, mostly around deadlock detection. These features are not stable and should not be used by others -- though they may find their way into rayon proper at some point. In general, if you are not rustc, you should be using the real rayon crate, not rustc-rayon. =)

License

rustc-rayon is a fork of rayon. rayon 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. Opening a pull requests is assumed to signal agreement with these licensing terms.