rayon
Cargov1.12.0Simple work-stealing parallelism for Rust
0
Weekly downloads
0
Dependents
0
Dependencies
0/100
Popularity
Overview
rayon is an Cargo package that simple work-stealing parallelism for Rust. The latest version is 1.12.0.
Who should use it
Teams working in the Cargo ecosystem who need simple work-stealing parallelism for Rust and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your Cargo stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No bundled TypeScript types (may require a separate @types package).
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Alternatives to rayon
Version history
| Version | Published | License |
|---|---|---|
| 1.12.0latest | 3 months ago | MIT OR Apache-2.0 |
| 1.11.0 | 11 months ago | MIT OR Apache-2.0 |
| 1.10.0 | 2 years ago | MIT OR Apache-2.0 |
| 1.9.0 | 2 years ago | MIT OR Apache-2.0 |
| 1.8.1 | 2 years ago | MIT OR Apache-2.0 |
| 1.8.0 | 2 years ago | MIT OR Apache-2.0 |
| 1.7.0 | 3 years ago | MIT OR Apache-2.0 |
| 1.6.1 | 3 years ago | MIT OR Apache-2.0 |
| 1.6.0 | 3 years ago | MIT OR Apache-2.0 |
| 1.5.3 | 4 years ago | MIT OR Apache-2.0 |
| 1.5.2 | 4 years ago | MIT OR Apache-2.0 |
| 1.5.1 | 5 years ago | Apache-2.0/MIT |
| 1.5.0 | 5 years ago | Apache-2.0/MIT |
| 1.4.1 | 5 years ago | Apache-2.0/MIT |
| 1.4.0 | 5 years ago | Apache-2.0/MIT |
| 1.3.1 | 6 years ago | Apache-2.0/MIT |
| 1.3.0 | 6 years ago | Apache-2.0/MIT |
| 1.2.1 | 6 years ago | Apache-2.0/MIT |
| 1.2.0 | 6 years ago | Apache-2.0/MIT |
| 1.1.0 | 7 years ago | Apache-2.0/MIT |
Maintainers
Frequently asked questions
How do I install rayon?
Run `cargo add rayon` to add rayon to your Cargo project.
What license is rayon released under?
No license was detected in rayon's metadata; review the repository before use.
How popular is rayon?
rayon has approximately 0 downloads per week.