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