Decision Workspace
async-waitgroup vs wg vs compact-waitgroup
Side-by-side comparison of Rust crates
45
async-waitgroup
growingv0.1.3
Golang like WaitGroup implementation that supports both sync and async Rust
64
wg
stablev1.0.1
Golang like WaitGroup implementation for sync/async Rust.
54
compact-waitgroup
experimentalv0.3.3
A compact asynchronous WaitGroup synchronization primitive.
Core Metrics
| async-waitgroup | wg | compact-waitgroup | |
|---|---|---|---|
| Health Score | 45 | 64 | 54 |
| Total Downloads | 6.1K | 450.9K | 185 |
| 30d Downloads | 0 | 17.2K | 0 |
| Dependents | 1 | 202 | 0 |
| Releases | 4 | 29 | 10 |
| Last Updated | 833d ago | 39d ago | 76d ago |
| Age | 2y 3m | 4y 7m | 3m |
Health Breakdown
async-waitgroup
Maintenance
4
Quality
16
Community
7
Popularity
5
Documentation
13
wg
Maintenance
17
Quality
13
Community
12
Popularity
7
Documentation
15
compact-waitgroup
Maintenance
15
Quality
15
Community
6
Popularity
3
Documentation
15
Technical Details
| async-waitgroup | wg | compact-waitgroup | |
|---|---|---|---|
| Version | 0.1.3 | 1.0.1 | 0.3.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 7 | 7 | 7 |
| Crate Size | 8KB | 30KB | 19KB |
| Features | 2 | 6 | 2 |
| Yanked % | 0.0% | 72.4% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | 1.76.0 | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •wg leads with a health score of 64/100, but none of the options score above 80.
- •wg is depended on by 202 crates — strongest ecosystem trust.
- •⚠ async-waitgroup has not been updated in over a year.
- •async-waitgroup, compact-waitgroup are pre-1.0 — API may change.