Decision Workspace
tiny_tco vs static_init vs branches
Side-by-side comparison of Rust crates
45
tiny_tco
growingv0.1.6
A tiny dirt simple no_std tail call optimization library.
56
static_init
growingv1.0.4
Safe mutable static and non const static initialization, and code execution at program startup/exit.
55
branches
growingv0.4.4
Branch hinting prediction and control functions for stable Rust including likely, unlikely, assume and abort, plus read and write cpu prefetch functions to help algorithm optimization
Core Metrics
| tiny_tco | static_init | branches | |
|---|---|---|---|
| Health Score | 45 | 56 | 55 |
| Total Downloads | 8.9K | 11.1M | 610.2K |
| 30d Downloads | 0 | 368.2K | 147.0K |
| Dependents | 0 | 3.2K | 138 |
| Releases | 7 | 20 | 13 |
| Last Updated | 1963d ago | 369d ago | 143d ago |
| Age | 5y 4m | 5y 4m | 3y 2m |
Health Breakdown
tiny_tco
Maintenance
10
Quality
16
Community
5
Popularity
5
Documentation
9
static_init
Maintenance
7
Quality
14
Community
15
Popularity
8
Documentation
12
branches
Maintenance
11
Quality
14
Community
11
Popularity
7
Documentation
12
Technical Details
| tiny_tco | static_init | branches | |
|---|---|---|---|
| Version | 0.1.6 | 1.0.4 | 0.4.4 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | LGPL-2.1-or-later | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 17 | 2 |
| Crate Size | 2KB | 86KB | 14KB |
| Features | 0 | 8 | 3 |
| Yanked % | 0.0% | 30.0% | 7.7% |
| Edition | 2018 | 2021 | 2018 |
| MSRV | — | 1.82 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •static_init leads with a health score of 56/100, but none of the options score above 80.
- •static_init is depended on by 3.2K crates — strongest ecosystem trust.
- •⚠ tiny_tco, static_init have not been updated in over a year.
- •tiny_tco, branches are pre-1.0 — API may change.