Decision Workspace
fibers vs rusty_pool vs nolocal-block-on
Side-by-side comparison of Rust crates
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
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
48
nolocal-block-on
growingv1.0.1
futures_lite::future::block_on that can run without using thread-locals
Core Metrics
| fibers | rusty_pool | nolocal-block-on | |
|---|---|---|---|
| Health Score | 46 | 50 | 48 |
| Total Downloads | 106.3K | 2.7M | 2.5K |
| 30d Downloads | 923 | 121.2K | 21 |
| Dependents | 265 | 307 | 3 |
| Releases | 14 | 13 | 2 |
| Last Updated | 2318d ago | 1422d ago | 599d ago |
| Age | 9y 3m | 5y 11m | 1y 7m |
Health Breakdown
fibers
Maintenance
4
Quality
13
Community
15
Popularity
6
Documentation
8
rusty_pool
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
9
nolocal-block-on
Maintenance
5
Quality
18
Community
8
Popularity
4
Documentation
13
Technical Details
| fibers | rusty_pool | nolocal-block-on | |
|---|---|---|---|
| Version | 0.1.13 | 0.7.0 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 | MPL-2.0 |
| Dependencies | 8 | 5 | 5 |
| Crate Size | 34KB | 25KB | 9KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 2 (team) | 1 | 1 |
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.
- •⚠ fibers, rusty_pool, nolocal-block-on have not been updated in over a year.
- •fibers, rusty_pool are pre-1.0 — API may change.