Decision Workspace
slab_tree vs nary_tree vs indextree
Side-by-side comparison of Rust crates
48
slab_tree
growingv0.3.2
A vec-backed tree structure with tree-specific generational indexes.
41
nary_tree
growingv0.4.4
A vec-backed tree structure with tree-specific generational indexes.
77
indextree
stablev4.8.0
Arena based tree structure by using indices instead of reference counted pointers
Core Metrics
| slab_tree | nary_tree | indextree | |
|---|---|---|---|
| Health Score | 48 | 41 | 77 |
| Total Downloads | 71.0K | 27.0K | 1.9M |
| 30d Downloads | 1.1K | 2.3K | 81.7K |
| Dependents | 100 | 0 | 721 |
| Releases | 9 | 4 | 30 |
| Last Updated | 2155d ago | 236d ago | 3d ago |
| Age | 7y 5m | 1y 12m | 9y 3m |
Health Breakdown
slab_tree
Maintenance
5
Quality
15
Community
10
Popularity
6
Documentation
12
nary_tree
Maintenance
7
Quality
11
Community
5
Popularity
5
Documentation
13
indextree
Maintenance
19
Quality
23
Community
13
Popularity
7
Documentation
15
Technical Details
| slab_tree | nary_tree | indextree | |
|---|---|---|---|
| Version | 0.3.2 | 0.4.4 | 4.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 1 | 2 | 3 |
| Crate Size | 16KB | 20KB | 27KB |
| Features | 0 | 1 | 5 |
| Yanked % | 0.0% | 25.0% | 0.0% |
| Edition | 2018 | 2024 | 2024 |
| MSRV | — | — | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •indextree leads with a health score of 77/100, but none of the options score above 80.
- •indextree is depended on by 721 crates — strongest ecosystem trust.
- •⚠ slab_tree has not been updated in over a year.
- •slab_tree, nary_tree are pre-1.0 — API may change.