Decision Workspace
tendrils vs qubit-lock vs async-priority-lock
Side-by-side comparison of Rust crates
39
tendrils
experimentalv0.1.0
Tiny, flexible helpers for managing shared state (Arc<Mutex<T>> / Arc<RwLock<T>>) safely in async Rust.
57
qubit-lock
experimentalv0.9.0
Lock utilities library providing synchronous, asynchronous, and monitor-based locking primitives
54
async-priority-lock
experimentalv1.0.2
A priority-based async lock. Optionally no-std.
Core Metrics
| tendrils | qubit-lock | async-priority-lock | |
|---|---|---|---|
| Health Score | 39 | 57 | 54 |
| Total Downloads | 294 | 817 | 120 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 60 | 0 |
| Releases | 1 | 15 | 7 |
| Last Updated | 228d ago | 8d ago | 59d ago |
| Age | 7m | 1m | 3m |
Health Breakdown
tendrils
Maintenance
4
Quality
16
Community
6
Popularity
3
Documentation
10
qubit-lock
Maintenance
13
Quality
15
Community
11
Popularity
3
Documentation
15
async-priority-lock
Maintenance
16
Quality
20
Community
6
Popularity
2
Documentation
10
Technical Details
| tendrils | qubit-lock | async-priority-lock | |
|---|---|---|---|
| Version | 0.1.0 | 0.9.0 | 1.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 4 | 4 | 7 |
| Crate Size | 10KB | 68KB | 41KB |
| Features | 5 | 2 | 12 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.94 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •qubit-lock leads with a health score of 57/100, but none of the options score above 80.
- •tendrils, qubit-lock are pre-1.0 — API may change.