Decision Workspace
hyper-tree-router vs prefix-trie vs radix_trees
Side-by-side comparison of Rust crates
38
hyper-tree-router
growingv0.1.0
Routing middleware for Hyper http library using Prefix tree (trie) for path finding.
67
prefix-trie
growingv0.8.2
Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.
51
radix_trees
experimentalv0.2.0
Various radix tree (trie) data structures.
Core Metrics
| hyper-tree-router | prefix-trie | radix_trees | |
|---|---|---|---|
| Health Score | 38 | 67 | 51 |
| Total Downloads | 1.6K | 2.1M | 589 |
| 30d Downloads | 5 | 271.4K | 5 |
| Dependents | 0 | 154 | 0 |
| Releases | 1 | 17 | 2 |
| Last Updated | 1251d ago | 5d ago | 111d ago |
| Age | 3y 5m | 3y 2m | 10m |
Health Breakdown
hyper-tree-router
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
12
prefix-trie
Maintenance
18
Quality
15
Community
11
Popularity
8
Documentation
15
radix_trees
Maintenance
11
Quality
16
Community
6
Popularity
3
Documentation
15
Technical Details
| hyper-tree-router | prefix-trie | radix_trees | |
|---|---|---|---|
| Version | 0.1.0 | 0.8.2 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 3 | 16 | 2 |
| Crate Size | 9KB | 81KB | 22KB |
| Features | 0 | 5 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.64 | 1.71.1 | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •prefix-trie leads with a health score of 67/100, but none of the options score above 80.
- •prefix-trie is depended on by 154 crates — strongest ecosystem trust.
- •⚠ hyper-tree-router has not been updated in over a year.