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.
57
static_init
growingv1.0.4
Safe mutable static and non const static initialization, and code execution at program startup/exit.
56
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 | 57 | 56 |
| Total Downloads | 8.9K | 10.3M | 341.8K |
| 30d Downloads | 9 | 399.1K | 111.6K |
| Dependents | 0 | 3.2K | 90 |
| Releases | 7 | 20 | 13 |
| Last Updated | 1904d ago | 310d ago | 83d ago |
| Age | 5y 2m | 5y 2m | 3y |
Health Breakdown
tiny_tco
Maintenance
10
Quality
16
Community
5
Popularity
5
Documentation
9
static_init
Maintenance
8
Quality
14
Community
15
Popularity
8
Documentation
12
branches
Maintenance
13
Quality
14
Community
10
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 57/100, but none of the options score above 80.
- •static_init is depended on by 3.2K crates — strongest ecosystem trust.
- •⚠ tiny_tco has not been updated in over a year.
- •tiny_tco, branches are pre-1.0 — API may change.