Decision Workspace
radix_route_matcher vs kv-index vs matchit
Side-by-side comparison of Rust crates
39
radix_route_matcher
experimentalv0.1.0
A high-performance route matching library based on Radix Tree
63
kv-index
experimentalv1.2.0
Radix tree implementations for prefix matching and cache-aware routing
66
matchit
growingv0.9.2
A high performance, zero-copy URL router.
Core Metrics
| radix_route_matcher | kv-index | matchit | |
|---|---|---|---|
| Health Score | 39 | 63 | 66 |
| Total Downloads | 1.0K | 520.2K | 301.7M |
| 30d Downloads | 0 | 186.8K | 29.6M |
| Dependents | 0 | 28 | 1.8K |
| Releases | 1 | 5 | 28 |
| Last Updated | 172d ago | 53d ago | 48d ago |
| Age | 5m | 4m | 5y 5m |
Health Breakdown
radix_route_matcher
Maintenance
5
Quality
14
Community
6
Popularity
4
Documentation
10
kv-index
Maintenance
19
Quality
15
Community
12
Popularity
7
Documentation
10
matchit
Maintenance
16
Quality
15
Community
15
Popularity
8
Documentation
12
Technical Details
| radix_route_matcher | kv-index | matchit | |
|---|---|---|---|
| Version | 0.1.0 | 1.2.0 | 0.9.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0 | MIT AND BSD-3-Clause |
| Dependencies | 2 | 13 | 13 |
| Crate Size | 32KB | 65KB | 44KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.66 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •matchit leads with a health score of 66/100, but none of the options score above 80.
- •matchit is depended on by 1.8K crates — strongest ecosystem trust.
- •radix_route_matcher, matchit are pre-1.0 — API may change.