Decision Workspace
intrusivelock vs lock_api vs axiom-spinlock
Side-by-side comparison of Rust crates
48
intrusivelock
experimentalv0.1.1
Intrusive locks for Rust — locks that live inside the memory region they protect
61
lock_api
growingv0.4.14
Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
44
axiom-spinlock
experimentalv0.1.0
A lightweight, no_std-compatible spinlock and exponential backoff implementation for low-level concurrent systems.
Core Metrics
| intrusivelock | lock_api | axiom-spinlock | |
|---|---|---|---|
| Health Score | 48 | 61 | 44 |
| Total Downloads | 30 | 624.0M | 118 |
| 30d Downloads | 30 | 42.2M | 3 |
| Dependents | 0 | 1.2K | 0 |
| Releases | 2 | 27 | 1 |
| Last Updated | 16d ago | 175d ago | 149d ago |
| Age | 16d | 7y 9m | 4m |
Health Breakdown
intrusivelock
Maintenance
13
Quality
17
Community
6
Popularity
2
Documentation
10
lock_api
Maintenance
11
Quality
14
Community
16
Popularity
8
Documentation
12
axiom-spinlock
Maintenance
6
Quality
17
Community
6
Popularity
2
Documentation
13
Technical Details
| intrusivelock | lock_api | axiom-spinlock | |
|---|---|---|---|
| Version | 0.1.1 | 0.4.14 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 3 | 0 |
| Crate Size | 13KB | 29KB | 8KB |
| Features | 2 | 4 | 2 |
| Yanked % | 0.0% | 7.4% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | 1.71.0 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •lock_api leads with a health score of 61/100, but none of the options score above 80.
- •lock_api is depended on by 1.2K crates — strongest ecosystem trust.