Decision Workspace
nolocal-block-on vs rusty_pool vs fibers
Side-by-side comparison of Rust crates
48
nolocal-block-on
growingv1.0.1
futures_lite::future::block_on that can run without using thread-locals
50
rusty_pool
growingv0.7.0
Self growing / shrinking `ThreadPool` implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the result of a task and offers async support
46
fibers
growingv0.1.13
A Rust library to execute a number of lightweight asynchronous tasks (a.k.a, fibers) based on futures and mio
Core Metrics
| nolocal-block-on | rusty_pool | fibers | |
|---|---|---|---|
| Health Score | 48 | 50 | 46 |
| Total Downloads | 2.5K | 2.7M | 106.3K |
| 30d Downloads | 21 | 121.2K | 923 |
| Dependents | 3 | 307 | 265 |
| Releases | 2 | 13 | 14 |
| Last Updated | 599d ago | 1422d ago | 2318d ago |
| Age | 1y 7m | 5y 11m | 9y 3m |
Health Breakdown
nolocal-block-on
Maintenance
5
Quality
18
Community
8
Popularity
4
Documentation
13
rusty_pool
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
9
fibers
Maintenance
4
Quality
13
Community
15
Popularity
6
Documentation
8
Technical Details
| nolocal-block-on | rusty_pool | fibers | |
|---|---|---|---|
| Version | 1.0.1 | 0.7.0 | 0.1.13 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MPL-2.0 | Apache-2.0 | MIT |
| Dependencies | 5 | 5 | 8 |
| Crate Size | 9KB | 25KB | 34KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •rusty_pool leads with a health score of 50/100, but none of the options score above 80.
- •rusty_pool is depended on by 307 crates — strongest ecosystem trust.
- •⚠ nolocal-block-on, rusty_pool, fibers have not been updated in over a year.
- •rusty_pool, fibers are pre-1.0 — API may change.