Decision Workspace
init_with vs functional_trait vs tlist
Side-by-side comparison of Rust crates
50
init_with
growingv1.1.0
Helper trait to initilize an array with a function
50
functional_trait
growingv1.2.0
A macro that impls trait for Fns
46
tlist
growingv0.7.0
Type-level linked lists (of types) and type-level 'functions' to manipulate them. Because TList is implemented using GATs, usage is very ergonomic.
Core Metrics
| init_with | functional_trait | tlist | |
|---|---|---|---|
| Health Score | 50 | 50 | 46 |
| Total Downloads | 345.1K | 7.8K | 8.3K |
| 30d Downloads | 26.0K | 55 | 96 |
| Dependents | 20 | 11 | 10 |
| Releases | 7 | 7 | 6 |
| Last Updated | 3136d ago | 170d ago | 1082d ago |
| Age | 9y 3m | 2y 1m | 2y 11m |
Health Breakdown
init_with
Maintenance
3
Quality
21
Community
8
Popularity
7
Documentation
11
functional_trait
Maintenance
10
Quality
19
Community
6
Popularity
5
Documentation
10
tlist
Maintenance
5
Quality
17
Community
9
Popularity
5
Documentation
10
Technical Details
| init_with | functional_trait | tlist | |
|---|---|---|---|
| Version | 1.1.0 | 1.2.0 | 0.7.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Unlicense | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 3 | 3 |
| Crate Size | 4KB | 6KB | 7KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •init_with leads with a health score of 50/100, but none of the options score above 80.
- •⚠ init_with, tlist have not been updated in over a year.
- •tlist is pre-1.0 — API may change.