Decision Workspace
async-gate vs awaitable-bool vs mycorrh
Side-by-side comparison of Rust crates
40
async-gate
growingv0.4.0
A Tokio-powered asynchronous gate (analogous to a flag and highly inspired by Python's `asyncio.Event`, but can be waited for to become 'false' too)
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
| async-gate | awaitable-bool | mycorrh | |
|---|---|---|---|
| Health Score | 40 | 42 | 42 |
| Total Downloads | 8.1K | 4.4K | 2.7K |
| 30d Downloads | 16 | 38 | 5 |
| Dependents | 0 | 2 | 0 |
| Releases | 6 | 4 | 2 |
| Last Updated | 373d ago | 335d ago | 876d ago |
| Age | 2y 6m | 2y 6m | 2y 4m |
Health Breakdown
async-gate
Maintenance
5
Quality
14
Community
6
Popularity
5
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
| async-gate | awaitable-bool | mycorrh | |
|---|---|---|---|
| Version | 0.4.0 | 0.1.4 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 4 | 2 | 2 |
| Crate Size | 12KB | 10KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •awaitable-bool leads with a health score of 42/100, but none of the options score above 80.
- •async-gate has the most downloads (8.1K), suggesting wider adoption.
- •⚠ async-gate, mycorrh have not been updated in over a year.