Decision Workspace
hash_events vs async-event vs fluxion-exec
Side-by-side comparison of Rust crates
40
hash_events
growingv0.1.2
An MPMC event system that allows for custom events. Events are emitted with a payload, and subscribers to that event are stream of payloads. For each event, all subscribers are triggered.
50
async-event
growingv0.2.1
An efficient async condition variable for lock-free algorithms.
50
fluxion-exec
experimentalv0.8.0
Async stream subscribers and execution utilities for fluxion
Core Metrics
| hash_events | async-event | fluxion-exec | |
|---|---|---|---|
| Health Score | 40 | 50 | 50 |
| Total Downloads | 3.4K | 1.5M | 413 |
| 30d Downloads | 5 | 28.6K | 28 |
| Dependents | 0 | 208 | 11 |
| Releases | 3 | 3 | 11 |
| Last Updated | 479d ago | 662d ago | 73d ago |
| Age | 1y 11m | 2y 8m | 4m |
Health Breakdown
hash_events
Maintenance
6
Quality
15
Community
5
Popularity
4
Documentation
10
async-event
Maintenance
5
Quality
14
Community
12
Popularity
7
Documentation
12
fluxion-exec
Maintenance
16
Quality
12
Community
9
Popularity
3
Documentation
10
Technical Details
| hash_events | async-event | fluxion-exec | |
|---|---|---|---|
| Version | 0.1.2 | 0.2.1 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | GPL-3.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 2 | 5 | 12 |
| Crate Size | 16KB | 26KB | 25KB |
| Features | 0 | 0 | 6 |
| Yanked % | 0.0% | 0.0% | 9.1% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.64 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •async-event leads with a health score of 50/100, but none of the options score above 80.
- •async-event is depended on by 208 crates — strongest ecosystem trust.
- •⚠ hash_events, async-event have not been updated in over a year.