Decision Workspace
recoverable-spawn vs recoverable-thread-pool vs hyperlane-time
Side-by-side comparison of Rust crates
68
recoverable-spawn
stablev3.9.21
A thread that supports automatic recovery from panics, allowing threads to restart after a panic. Useful for resilient and fault-tolerant concurrency in network and web programming.
68
recoverable-thread-pool
stablev2.4.21
A thread pool that supports automatic recovery from panics, allowing threads to restart after a panic. Useful for resilient and fault-tolerant concurrency in network and web programming.
64
hyperlane-time
growingv0.7.24
A library for fetching the current time based on the system's locale settings.
Core Metrics
| recoverable-spawn | recoverable-thread-pool | hyperlane-time | |
|---|---|---|---|
| Health Score | 68 | 68 | 64 |
| Total Downloads | 51.4K | 44.7K | 32.6K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 848 | 719 | 571 |
| Releases | 70 | 62 | 46 |
| Last Updated | 1d ago | 1d ago | 1d ago |
| Age | 1y 4m | 1y 4m | 1y 4m |
Health Breakdown
recoverable-spawn
Maintenance
19
Quality
19
Community
14
Popularity
6
Documentation
10
recoverable-thread-pool
Maintenance
19
Quality
19
Community
14
Popularity
6
Documentation
10
hyperlane-time
Maintenance
19
Quality
16
Community
14
Popularity
5
Documentation
10
Technical Details
| recoverable-spawn | recoverable-thread-pool | hyperlane-time | |
|---|---|---|---|
| Version | 3.9.21 | 2.4.21 | 0.7.24 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 2 | 0 |
| Crate Size | 7KB | 7KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •recoverable-spawn leads with a health score of 68/100, but none of the options score above 80.
- •recoverable-spawn is depended on by 848 crates — strongest ecosystem trust.
- •hyperlane-time is pre-1.0 — API may change.