Decision Workspace
bastion-qutex vs qutex vs async-priority-lock
Side-by-side comparison of Rust crates
47
bastion-qutex
growingv0.2.4
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.
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
| bastion-qutex | qutex | async-priority-lock | |
|---|---|---|---|
| Health Score | 47 | 51 | 50 |
| Total Downloads | 27.2K | 696.1K | 100 |
| 30d Downloads | 190 | 9.4K | 40 |
| Dependents | 5 | 30 | 0 |
| Releases | 2 | 18 | 7 |
| Last Updated | 2326d ago | 732d ago | today |
| Age | 6y 4m | 9y | 1m |
Health Breakdown
bastion-qutex
Maintenance
3
Quality
17
Community
10
Popularity
5
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
| bastion-qutex | qutex | async-priority-lock | |
|---|---|---|---|
| Version | 0.2.4 | 0.2.6 | 1.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 3 | 7 |
| Crate Size | 16KB | 14KB | 41KB |
| Features | 2 | 2 | 12 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 2 | 1 | 1 |
Links
Quick Verdict
- •qutex leads with a health score of 51/100, but none of the options score above 80.
- •⚠ bastion-qutex, qutex have not been updated in over a year.
- •bastion-qutex, qutex are pre-1.0 — API may change.