Decision Workspace
tree_collections vs red-black-tree-rs vs avl-tree-rs
Side-by-side comparison of Rust crates
37
tree_collections
growingv0.1.8
A collection for tree data structures. It provides APIs that allows users to create memory efficient binary search trees, red-black trees and avl trees.
42
red-black-tree-rs
experimentalv0.1.0
Left-leaning red-black BST with insert fixup, color invariants, rank queries, and order statistics
42
avl-tree-rs
experimentalv0.1.0
AVL self-balancing BST with LL/RR/LR/RL rotations, balance factor tracking, insert/delete/contains, and inorder traversal
Core Metrics
| tree_collections | red-black-tree-rs | avl-tree-rs | |
|---|---|---|---|
| Health Score | 37 | 42 | 42 |
| Total Downloads | 25.5K | 15 | 15 |
| 30d Downloads | 6.8K | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 9 | 1 | 1 |
| Last Updated | 1378d ago | 36d ago | 35d ago |
| Age | 3y 9m | 1m | 1m |
Health Breakdown
tree_collections
Maintenance
5
Quality
15
Community
3
Popularity
5
Documentation
9
red-black-tree-rs
Maintenance
11
Quality
15
Community
5
Popularity
1
Documentation
10
avl-tree-rs
Maintenance
11
Quality
15
Community
5
Popularity
1
Documentation
10
Technical Details
| tree_collections | red-black-tree-rs | avl-tree-rs | |
|---|---|---|---|
| Version | 0.1.8 | 0.1.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 2 | 0 | 0 |
| Crate Size | 22KB | 5KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •red-black-tree-rs leads with a health score of 42/100, but none of the options score above 80.
- •tree_collections has the most downloads (25.5K), suggesting wider adoption.
- •⚠ tree_collections has not been updated in over a year.