Decision Workspace
hyperlane-time vs recoverable-spawn vs recoverable-thread-pool
Side-by-side comparison of Rust crates
61
hyperlane-time
growingv0.7.22
A library for fetching the current time based on the system's locale settings.
68
recoverable-spawn
stablev3.9.19
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.19
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.
Core Metrics
| hyperlane-time | recoverable-spawn | recoverable-thread-pool | |
|---|---|---|---|
| Health Score | 61 | 68 | 68 |
| Total Downloads | 31.1K | 50.1K | 43.5K |
| 30d Downloads | 829 | 798 | 749 |
| Dependents | 563 | 821 | 694 |
| Releases | 44 | 68 | 60 |
| Last Updated | 55d ago | 6d ago | 6d ago |
| Age | 1y 2m | 1y 2m | 1y 2m |
Health Breakdown
hyperlane-time
Maintenance
16
Quality
16
Community
14
Popularity
5
Documentation
10
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
Technical Details
| hyperlane-time | recoverable-spawn | recoverable-thread-pool | |
|---|---|---|---|
| Version | 0.7.22 | 3.9.19 | 2.4.19 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 2 | 2 |
| 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 821 crates — strongest ecosystem trust.
- •hyperlane-time is pre-1.0 — API may change.