Crate

rayon

Data parallelism for Rust — parallel iterators over thread pools.

What it is

rayon provides parallel iterators that distribute work across a work-stealing thread pool. Any sequential iterator chain can be parallelized by replacing .iter() with .par_iter(). Thread management, load balancing, and synchronization are automatic.

Why it is commonly used

Used in CPU-bound code that processes large collections — image processing, data analysis, search indexing, build systems, and numerical computing. par_iter() is the one-line path from sequential to parallel processing in Rust.

961
Repositories
91%
Actively maintained
869
Updated ≤ 30 days
3.2M
Total stars
843
Owners

Counted from the Cargo.toml manifests of the 961 indexed repositories that declare rayon as a dependency — not download counts. Dependency data last verified 2026-08-13.

Browse 961 repositories using rayon in Repos →
Often used with

Crates that show up unusually often in rayon projects. The most distinctive pairings rank first — crates these projects use far more than the average indexed Rust project does, not just crates that are popular everywhere. Each percentage is the share of rayon projects that also use it.

Used by these organizations
50 of 961 repositories · ranked by stars · 869 pushed in the last 30 days
servo38kactive

Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

⑂ 3.7k3.1k
qdrant34kactive

Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/

rustfs31kactive

🚀2.3x faster than MinIO for 4KB object payloads. RustFS is an open-source, S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph.

meetily29kmaintenance

Privacy first, AI meeting assistant with 4x faster Parakeet/Whisper live transcription, speaker diarization, and Ollama summarization built on Rust. 100% local processing. no cloud required. Meetily (Meetly Ai - https://meetily.ai) is the #1 Self-hosted, Open-source Ai meeting note taker for macOS & Windows.

flow22kactive

Adds static typing to JavaScript to improve developer productivity and code quality.

⑂ 1.9k524
Ciphey22kactive

⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡

windmill18kactive

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

← Browse all repos