Decision Workspace
ewait vs awaitable-bool vs mycorrh
Side-by-side comparison of Rust crates
42
ewait
experimentalv0.1.1
A thread-safe, asynchronous event system for Rust
42
awaitable-bool
growingv0.1.4
A Tokio-powered awaitable bool (analogous to a flag and highly inspired by Python's `asyncio.Event`, but can be waited for to become 'false' too)
42
mycorrh
growingv0.1.1
Mycorrh is a fast concurrent messaging system for Rust.
Core Metrics
| ewait | awaitable-bool | mycorrh | |
|---|---|---|---|
| Health Score | 42 | 42 | 42 |
| Total Downloads | 546 | 4.4K | 2.7K |
| 30d Downloads | 4 | 36 | 5 |
| Dependents | 0 | 2 | 0 |
| Releases | 2 | 4 | 2 |
| Last Updated | 181d ago | 335d ago | 876d ago |
| Age | 6m | 2y 6m | 2y 4m |
Health Breakdown
ewait
Maintenance
9
Quality
14
Community
6
Popularity
3
Documentation
10
awaitable-bool
Maintenance
6
Quality
15
Community
7
Popularity
4
Documentation
10
mycorrh
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
13
Technical Details
| ewait | awaitable-bool | mycorrh | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.4 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 2 | 2 | 2 |
| Crate Size | 7KB | 10KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ewait leads with a health score of 42/100, but none of the options score above 80.
- •awaitable-bool has the most downloads (4.4K), suggesting wider adoption.
- •⚠ mycorrh has not been updated in over a year.