Decision Workspace
lctree vs indextree vs termtree
Side-by-side comparison of Rust crates
53
lctree
growingv0.3.4
Rust implementation of Link-Cut-Tree: self-balancing data structure to maintain a forest of rooted trees.
77
indextree
stablev4.8.0
Arena based tree structure by using indices instead of reference counted pointers
72
termtree
stablev1.0.0
Visualize tree-like data on the command-line
Core Metrics
| lctree | indextree | termtree | |
|---|---|---|---|
| Health Score | 53 | 77 | 72 |
| Total Downloads | 15.6K | 1.9M | 126.1M |
| 30d Downloads | 19 | 84.4K | 9.8M |
| Dependents | 0 | 721 | 1.0K |
| Releases | 14 | 30 | 11 |
| Last Updated | 92d ago | 3d ago | 44d ago |
| Age | 2y 5m | 9y 3m | 4y 5m |
Health Breakdown
lctree
Maintenance
13
Quality
15
Community
5
Popularity
5
Documentation
15
indextree
Maintenance
19
Quality
23
Community
13
Popularity
7
Documentation
15
termtree
Maintenance
13
Quality
17
Community
19
Popularity
8
Documentation
15
Technical Details
| lctree | indextree | termtree | |
|---|---|---|---|
| Version | 0.3.4 | 4.8.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | MIT | MIT |
| Dependencies | 3 | 3 | 1 |
| Crate Size | 23KB | 27KB | 9KB |
| Features | 0 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.63 | 1.85.0 | 1.74 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •indextree leads with a health score of 77/100, but none of the options score above 80.
- •termtree has the most downloads (126.1M), suggesting wider adoption.
- •termtree is depended on by 1.0K crates — strongest ecosystem trust.
- •lctree is pre-1.0 — API may change.