]> git.proxmox.com Git - rustc.git/blame - vendor/rustc-rayon/README.md
New upstream version 1.35.0+dfsg1
[rustc.git] / vendor / rustc-rayon / README.md
CommitLineData
532ac7d7 1# rustc-rayon
94b46f34 2
532ac7d7 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. =)
94b46f34
XL
4
5## License
6
532ac7d7 7rustc-rayon is a fork of rayon. rayon is distributed under the terms of both the MIT license and the
94b46f34
XL
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.