Decision Workspace
hictor vs static_init vs static_init_macro
Side-by-side comparison of Rust crates
42
hictor
growingv0.1.6
declarative macro for __attribute__((constructor))/__attribute__((destructor))
57
static_init
growingv1.0.4
Safe mutable static and non const static initialization, and code execution at program startup/exit.
50
static_init_macro
growingv1.0.4
Attribute macros for static_init crate
Core Metrics
| hictor | static_init | static_init_macro | |
|---|---|---|---|
| Health Score | 42 | 57 | 50 |
| Total Downloads | 10.0K | 10.3M | 10.3M |
| 30d Downloads | 134 | 399.1K | 396.4K |
| Dependents | 35 | 3.2K | 20 |
| Releases | 7 | 20 | 12 |
| Last Updated | 861d ago | 310d ago | 469d ago |
| Age | 2y 5m | 5y 2m | 5y 2m |
Health Breakdown
hictor
Maintenance
4
Quality
16
Community
7
Popularity
5
Documentation
10
static_init
Maintenance
8
Quality
14
Community
15
Popularity
8
Documentation
12
static_init_macro
Maintenance
5
Quality
17
Community
10
Popularity
8
Documentation
10
Technical Details
| hictor | static_init | static_init_macro | |
|---|---|---|---|
| Version | 0.1.6 | 1.0.4 | 1.0.4 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 17 | 5 |
| Crate Size | 8KB | 86KB | 7KB |
| Features | 0 | 8 | 1 |
| Yanked % | 0.0% | 30.0% | 8.3% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.82 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •static_init leads with a health score of 57/100, but none of the options score above 80.
- •static_init_macro has the most downloads (10.3M), suggesting wider adoption.
- •static_init is depended on by 3.2K crates — strongest ecosystem trust.
- •⚠ hictor, static_init_macro have not been updated in over a year.
- •hictor is pre-1.0 — API may change.