Decision Workspace
tree-cursor vs xtree vs mutcursor
Side-by-side comparison of Rust crates
36
tree-cursor
growingv0.3.0
A simple, non-intrusive tree cursor that supports node mutation without Cell/RefCell.
48
xtree
growingv0.1.8
A simple general purpose tree data structure.
43
mutcursor
growingv0.4.0
Safely stores mutable references to parent nodes, for backtracking during traversal of tree & graph structures
Core Metrics
| tree-cursor | xtree | mutcursor | |
|---|---|---|---|
| Health Score | 36 | 48 | 43 |
| Total Downloads | 10.4K | 11.3K | 14.6K |
| 30d Downloads | 12 | 13 | 22 |
| Dependents | 0 | 0 | 0 |
| Releases | 7 | 9 | 15 |
| Last Updated | 2821d ago | 1908d ago | 451d ago |
| Age | 7y 10m | 5y 2m | 1y 9m |
Health Breakdown
tree-cursor
Maintenance
3
Quality
16
Community
4
Popularity
5
Documentation
8
xtree
Maintenance
10
Quality
16
Community
5
Popularity
5
Documentation
12
mutcursor
Maintenance
8
Quality
14
Community
6
Popularity
5
Documentation
10
Technical Details
| tree-cursor | xtree | mutcursor | |
|---|---|---|---|
| Version | 0.3.0 | 0.1.8 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 2 |
| Crate Size | 8KB | 6KB | 13KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 6.7% |
| Edition | — | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •xtree leads with a health score of 48/100, but none of the options score above 80.
- •mutcursor has the most downloads (14.6K), suggesting wider adoption.
- •⚠ tree-cursor, xtree, mutcursor have not been updated in over a year.