Decision Workspace
take-static vs exclusive_cell vs lock-free-static
Side-by-side comparison of Rust crates
44
take-static
growingv0.1.2
Static items that provide mutable access only once.
41
exclusive_cell
growingv0.1.0
A thread-safe, non-blocking, no-std cell that can only be accessed once.
56
lock-free-static
growingv0.2.3
Lock-free static variables
Core Metrics
| take-static | exclusive_cell | lock-free-static | |
|---|---|---|---|
| Health Score | 44 | 41 | 56 |
| Total Downloads | 123.0K | 136.2K | 8.4K |
| 30d Downloads | 6.5K | 6.3K | 59 |
| Dependents | 4 | 5 | 2 |
| Releases | 3 | 1 | 7 |
| Last Updated | 939d ago | 1198d ago | 56d ago |
| Age | 2y 7m | 3y 3m | 2y 5m |
Health Breakdown
take-static
Maintenance
5
Quality
15
Community
8
Popularity
6
Documentation
10
exclusive_cell
Maintenance
1
Quality
16
Community
8
Popularity
6
Documentation
10
lock-free-static
Maintenance
13
Quality
16
Community
9
Popularity
5
Documentation
13
Technical Details
| take-static | exclusive_cell | lock-free-static | |
|---|---|---|---|
| Version | 0.1.2 | 0.1.0 | 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 | 1 | 0 | 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.
- •⚠ take-static, exclusive_cell have not been updated in over a year.