Decision Workspace
cond_sync vs saa vs mea
Side-by-side comparison of Rust crates
56
cond_sync
growingv0.2.2
Hides the boilerplate code needed with std::sync::Condvar
64
saa
growingv5.5.0
Word-sized low-level synchronization primitives providing both asynchronous and synchronous interfaces.
59
mea
growingv0.6.3
A runtime-agnostic library providing essential synchronization primitives for asynchronous Rust programming.
Core Metrics
| cond_sync | saa | mea | |
|---|---|---|---|
| Health Score | 56 | 64 | 59 |
| Total Downloads | 3.9K | 789.7K | 2.4M |
| 30d Downloads | 48 | 263.4K | 747.4K |
| Dependents | 20 | 57 | 60 |
| Releases | 3 | 47 | 37 |
| Last Updated | 3d ago | 39d ago | 65d ago |
| Age | 1y 6m | 7m | 1y 5m |
Health Breakdown
cond_sync
Maintenance
17
Quality
15
Community
8
Popularity
4
Documentation
12
saa
Maintenance
17
Quality
14
Community
11
Popularity
7
Documentation
15
mea
Maintenance
15
Quality
10
Community
11
Popularity
8
Documentation
15
Technical Details
| cond_sync | saa | mea | |
|---|---|---|---|
| Version | 0.2.2 | 5.5.0 | 0.6.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | Apache-2.0 |
| Dependencies | 1 | 5 | 4 |
| Crate Size | 14KB | 42KB | 84KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 29.8% | 10.8% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85.0 | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •saa leads with a health score of 64/100, but none of the options score above 80.
- •mea has the most downloads (2.4M), suggesting wider adoption.
- •cond_sync, mea are pre-1.0 — API may change.