Decision Workspace
hyperlane-broadcast vs recoverable-spawn vs recoverable-thread-pool
Side-by-side comparison of Rust crates
hyperlane-broadcast is a lightweight and ergonomic wrapper over Tokio’s broadcast channel designed for easy-to-use publish-subscribe messaging in async Rust applications. It simplifies the native Tokio broadcast API by providing a straightforward interface for broadcasting messages to multiple subscribers with minimal boilerplate.
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.
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-broadcast | recoverable-spawn | recoverable-thread-pool | |
|---|---|---|---|
| Health Score | 62 | 68 | 68 |
| Total Downloads | 17.8K | 50.1K | 43.5K |
| 30d Downloads | 806 | 798 | 749 |
| Dependents | 535 | 821 | 694 |
| Releases | 48 | 68 | 60 |
| Last Updated | 24d ago | 6d ago | 6d ago |
| Age | 10m | 1y 2m | 1y 2m |
Health Breakdown
Technical Details
| hyperlane-broadcast | recoverable-spawn | recoverable-thread-pool | |
|---|---|---|---|
| Version | 2.0.2 | 3.9.19 | 2.4.19 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 2 | 2 |
| Crate Size | 10KB | 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.