Decision Workspace
atomiclock_async vs qutex vs async-priority-lock
Side-by-side comparison of Rust crates
38
atomiclock_async
growingv0.1.0
A simple async lock
51
qutex
growingv0.2.6
Synchronization mechanisms that rely on lock-free and other non-(thread)blocking techniques, such as Rust futures, to guarantee mutually exclusive or shared exclusive access to data.
50
async-priority-lock
experimentalv1.0.2
A priority-based async lock. Optionally no-std.
Core Metrics
| atomiclock_async | qutex | async-priority-lock | |
|---|---|---|---|
| Health Score | 38 | 51 | 50 |
| Total Downloads | 1.8K | 696.1K | 100 |
| 30d Downloads | 80 | 9.4K | 40 |
| Dependents | 1 | 30 | 0 |
| Releases | 1 | 18 | 7 |
| Last Updated | 445d ago | 732d ago | today |
| Age | 1y 2m | 9y | 1m |
Health Breakdown
atomiclock_async
Maintenance
2
Quality
13
Community
7
Popularity
4
Documentation
12
qutex
Maintenance
4
Quality
17
Community
10
Popularity
7
Documentation
13
async-priority-lock
Maintenance
13
Quality
19
Community
6
Popularity
2
Documentation
10
Technical Details
| atomiclock_async | qutex | async-priority-lock | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.6 | 1.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 4 | 3 | 7 |
| Crate Size | 182KB | 14KB | 41KB |
| Features | 0 | 2 | 12 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.78.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •qutex leads with a health score of 51/100, but none of the options score above 80.
- •⚠ atomiclock_async, qutex have not been updated in over a year.
- •atomiclock_async, qutex are pre-1.0 — API may change.