tree: a21eb968a3180cc6c972499c061772870e4408e1 [path history] [tgz]
  1. src/
  2. tests/
  3. .cargo-checksum.json
  4. Cargo.toml
  5. FAQ.md
  6. LICENSE-APACHE
  7. LICENSE-MIT
  8. README.md
  9. RELEASES.md
vendor/rustc-rayon-0.5.0/README.md

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 request is assumed to signal agreement with these licensing terms.