Decision Workspace
axiom-spinlock vs wasm_safe_mutex vs intrusivelock
Side-by-side comparison of Rust crates
44
axiom-spinlock
experimentalv0.1.0
A lightweight, no_std-compatible spinlock and exponential backoff implementation for low-level concurrent systems.
53
wasm_safe_mutex
experimentalv0.2.1
A suite of WebAssembly-safe synchronization primitives that paper over platform-specific locking constraints.
48
intrusivelock
experimentalv0.1.1
Intrusive locks for Rust — locks that live inside the memory region they protect
Core Metrics
| axiom-spinlock | wasm_safe_mutex | intrusivelock | |
|---|---|---|---|
| Health Score | 44 | 53 | 48 |
| Total Downloads | 118 | 2.6K | 30 |
| 30d Downloads | 3 | 314 | 30 |
| Dependents | 0 | 13 | 0 |
| Releases | 1 | 5 | 2 |
| Last Updated | 149d ago | 41d ago | 16d ago |
| Age | 4m | 7m | 16d |
Health Breakdown
axiom-spinlock
Maintenance
6
Quality
17
Community
6
Popularity
2
Documentation
13
wasm_safe_mutex
Maintenance
16
Quality
12
Community
9
Popularity
4
Documentation
12
intrusivelock
Maintenance
13
Quality
17
Community
6
Popularity
2
Documentation
10
Technical Details
| axiom-spinlock | wasm_safe_mutex | intrusivelock | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 0 | 6 | 0 |
| Crate Size | 8KB | 126KB | 13KB |
| Features | 2 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.85.1 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •wasm_safe_mutex leads with a health score of 53/100, but none of the options score above 80.