Registry / async / rayon
library1.12.0rscratesunverified

Simple work-stealing parallelism for Rust.

# Cargo.toml [dependencies] rayon = "1.12.0"
INSTALL
IMPORT
SIG · RAYON
R
rayon
asyncrustv1.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ParallelIterator
use rayon::prelude::*;

Compute sum in parallel using Rayon's parallel iterator.

use rayon::prelude::*; fn main() { let sum: i32 = (1..100).into_par_iter().sum(); println!("{}", sum); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
Resources
rayon — cargo add rayon · libregistry