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