Decision Workspace
static_initializer vs init-token vs lazing
Side-by-side comparison of Rust crates
38
static_initializer
growingv0.1.0
Global non-lazy zero-cost statics without `const fn`
40
init-token
growingv0.1.1
A crate for one-time safe initialization of static, without overhead.
37
lazing
growingv0.1.1
A macro like lazy_static can initialize static variables.
Core Metrics
| static_initializer | init-token | lazing | |
|---|---|---|---|
| Health Score | 38 | 40 | 37 |
| Total Downloads | 890 | 2.8K | 3.2K |
| 30d Downloads | 3 | 5 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 2 | 2 |
| Last Updated | 455d ago | 1345d ago | 2189d ago |
| Age | 1y 3m | 3y 8m | 6y |
Health Breakdown
static_initializer
Maintenance
2
Quality
15
Community
6
Popularity
4
Documentation
11
init-token
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
10
lazing
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
12
Technical Details
| static_initializer | init-token | lazing | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | non-standard | MIT | MIT |
| Dependencies | 1 | 0 | 3 |
| Crate Size | 15KB | 7KB | 3KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •init-token leads with a health score of 40/100, but none of the options score above 80.
- •lazing has the most downloads (3.2K), suggesting wider adoption.
- •⚠ static_initializer, init-token, lazing have not been updated in over a year.