rustc-rayon

Crates.iorustc-rayon
lib.rsrustc-rayon
version
sourcesrc
created_at2018-05-10 21:41:28.368718
updated_at2025-01-27 17:08:05.264455
descriptionSimple work-stealing parallelism for Rust - fork for rustc
homepage
repositoryhttps://github.com/rust-lang/rustc-rayon
max_upload_size
id64754
Cargo.toml error:TOML parse error at line 28, column 1 | 28 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
compiler (github:rust-lang:compiler)

documentation

https://docs.rs/rustc-rayon/

README

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.

Commit count: 1997

cargo fmt