Decision Workspace
the-zipper vs rpds vs orx-tree
Side-by-side comparison of Rust crates
40
the-zipper
experimentalv0.1.3
The zipper is a data structure that allows you to traverse and modify a tree-like structure efficiently. It provides a way to navigate through the tree while keeping track of the context, enabling functional programming techniques.
66
rpds
growingv1.2.0
Persistent data structures with structural sharing
60
orx-tree
stablev2.2.0
A beautiful tree 🌳 with convenient, efficient, parallelizable growth, mutation and traversal features.
Core Metrics
| the-zipper | rpds | orx-tree | |
|---|---|---|---|
| Health Score | 40 | 66 | 60 |
| Total Downloads | 2.4K | 11.4M | 15.6K |
| 30d Downloads | 6 | 984.2K | 1.7K |
| Dependents | 0 | 849 | 8 |
| Releases | 4 | 20 | 17 |
| Last Updated | 346d ago | 138d ago | 61d ago |
| Age | 11m | 8y 4m | 1y 2m |
Health Breakdown
the-zipper
Maintenance
9
Quality
14
Community
6
Popularity
4
Documentation
7
rpds
Maintenance
10
Quality
20
Community
13
Popularity
8
Documentation
15
orx-tree
Maintenance
16
Quality
18
Community
9
Popularity
5
Documentation
12
Technical Details
| the-zipper | rpds | orx-tree | |
|---|---|---|---|
| Version | 0.1.3 | 1.2.0 | 2.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 8 | 14 |
| Crate Size | 13KB | 73KB | 113KB |
| Features | 0 | 3 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | 1.85.0 | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rpds leads with a health score of 66/100, but none of the options score above 80.
- •rpds is depended on by 849 crates — strongest ecosystem trust.
- •the-zipper is pre-1.0 — API may change.