Decision Workspace
exclusive_cell vs take-static vs lock-free-static
Side-by-side comparison of Rust crates
41
exclusive_cell
growingv0.1.0
A thread-safe, non-blocking, no-std cell that can only be accessed once.
44
take-static
growingv0.1.2
Static items that provide mutable access only once.
56
lock-free-static
growingv0.2.3
Lock-free static variables
Core Metrics
| exclusive_cell | take-static | lock-free-static | |
|---|---|---|---|
| Health Score | 41 | 44 | 56 |
| Total Downloads | 136.2K | 123.0K | 8.4K |
| 30d Downloads | 6.3K | 6.5K | 59 |
| Dependents | 5 | 4 | 2 |
| Releases | 1 | 3 | 7 |
| Last Updated | 1198d ago | 939d ago | 56d ago |
| Age | 3y 3m | 2y 7m | 2y 5m |
Health Breakdown
exclusive_cell
Maintenance
1
Quality
16
Community
8
Popularity
6
Documentation
10
take-static
Maintenance
5
Quality
15
Community
8
Popularity
6
Documentation
10
lock-free-static
Maintenance
13
Quality
16
Community
9
Popularity
5
Documentation
13
Technical Details
| exclusive_cell | take-static | lock-free-static | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.2 | 0.2.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 8KB | 8KB | 12KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •lock-free-static leads with a health score of 56/100, but none of the options score above 80.
- •exclusive_cell has the most downloads (136.2K), suggesting wider adoption.
- •⚠ exclusive_cell, take-static have not been updated in over a year.