Decision Workspace
init-token vs lazing vs startup
Side-by-side comparison of Rust crates
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.
37
startup
growingv0.1.1
Tiny (no dependency, no proc macro) way to run some code before main.
Core Metrics
| init-token | lazing | startup | |
|---|---|---|---|
| Health Score | 40 | 37 | 37 |
| Total Downloads | 2.8K | 3.2K | 30.9K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 2 | 3 |
| Last Updated | 1453d ago | 2297d ago | 1987d ago |
| Age | 3y 11m | 6y 3m | 5y 5m |
Health Breakdown
init-token
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
10
lazing
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
12
startup
Maintenance
4
Quality
10
Community
6
Popularity
5
Documentation
12
Technical Details
| init-token | lazing | startup | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | Apache-2.0 OR MIT OR Zlib |
| Dependencies | 0 | 3 | 0 |
| Crate Size | 7KB | 3KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 100.0% |
| Edition | 2021 | 2018 | 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.
- •startup has the most downloads (30.9K), suggesting wider adoption.
- •⚠ init-token, lazing, startup have not been updated in over a year.