Decision Workspace
try-lock vs axiom-spinlock vs option-lock
Side-by-side comparison of Rust crates
49
try-lock
growingv0.2.5
A lightweight atomic lock.
44
axiom-spinlock
experimentalv0.1.0
A lightweight, no_std-compatible spinlock and exponential backoff implementation for low-level concurrent systems.
42
option-lock
growingv0.3.1
A simple mutex for Option values
Core Metrics
| try-lock | axiom-spinlock | option-lock | |
|---|---|---|---|
| Health Score | 49 | 44 | 42 |
| Total Downloads | 392.4M | 118 | 10.1K |
| 30d Downloads | 28.4M | 3 | 133 |
| Dependents | 57 | 0 | 7 |
| Releases | 7 | 1 | 5 |
| Last Updated | 841d ago | 149d ago | 1774d ago |
| Age | 8y | 4m | 5y 8m |
Health Breakdown
try-lock
Maintenance
4
Quality
16
Community
10
Popularity
8
Documentation
11
axiom-spinlock
Maintenance
6
Quality
17
Community
6
Popularity
2
Documentation
13
option-lock
Maintenance
3
Quality
17
Community
8
Popularity
5
Documentation
9
Technical Details
| try-lock | axiom-spinlock | option-lock | |
|---|---|---|---|
| Version | 0.2.5 | 0.1.0 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 4KB | 8KB | 15KB |
| Features | 0 | 2 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •try-lock leads with a health score of 49/100, but none of the options score above 80.
- •⚠ try-lock, option-lock have not been updated in over a year.