Decision Workspace
async-lock vs async-rwlock vs lock_api
Side-by-side comparison of Rust crates
73
async-lock
stablev3.4.2
Async synchronization primitives
62
async-rwlock
growingv1.3.1
Async reader-writer lock
61
lock_api
growingv0.4.14
Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
Core Metrics
| async-lock | async-rwlock | lock_api | |
|---|---|---|---|
| Health Score | 73 | 62 | 61 |
| Total Downloads | 192.4M | 2.8M | 624.0M |
| 30d Downloads | 12.3M | 27.3K | 43.7M |
| Dependents | 3.4K | 227 | 1.2K |
| Releases | 32 | 8 | 27 |
| Last Updated | 96d ago | 360d ago | 175d ago |
| Age | 6y 10m | 6y 10m | 7y 9m |
Health Breakdown
async-lock
Maintenance
13
Quality
20
Community
20
Popularity
8
Documentation
12
async-rwlock
Maintenance
6
Quality
19
Community
17
Popularity
8
Documentation
12
lock_api
Maintenance
11
Quality
14
Community
16
Popularity
8
Documentation
12
Technical Details
| async-lock | async-rwlock | lock_api | |
|---|---|---|---|
| Version | 3.4.2 | 1.3.1 | 0.4.14 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 9 | 5 | 3 |
| Crate Size | 40KB | 7KB | 29KB |
| Features | 3 | 0 | 4 |
| Yanked % | 0.0% | 0.0% | 7.4% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | 1.85 | — | 1.71.0 |
| Owners | 2 (team) | 2 (team) | 2 |
Links
Quick Verdict
- •async-lock leads with a health score of 73/100, but none of the options score above 80.
- •lock_api has the most downloads (624.0M), suggesting wider adoption.
- •async-lock is depended on by 3.4K crates — strongest ecosystem trust.
- •lock_api is pre-1.0 — API may change.