• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Jan-2022-

examples/H20-Jan-2022-8669

src/H20-Jan-2022-21,11814,133

tests/H20-Jan-2022-1,2621,056

.cargo-checksum.jsonH A D03-May-202289 11

Cargo.lockH A D20-Jan-20229.2 KiB362321

Cargo.tomlH A D20-Jan-20221.5 KiB5445

FAQ.mdH A D20-Jan-20229 KiB228188

LICENSE-APACHEH A D20-Jan-202210.6 KiB202169

LICENSE-MITH A D20-Jan-20221 KiB2622

README.mdH A D20-Jan-2022721 117

RELEASES.mdH A D20-Jan-202225 KiB653521

README.md

1# rustc-rayon
2
3rustc-rayon is a fork of [the Rayon crate](https://github.com/rayon-rs/rayon/). 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. =)
4
5## License
6
7rustc-rayon is a fork of rayon. rayon is distributed under the terms of both the MIT license and the
8Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and
9[LICENSE-MIT](LICENSE-MIT) for details. Opening a pull requests is
10assumed to signal agreement with these licensing terms.
11