Decision Workspace
tc-state vs basic_trie vs radix_trie
Side-by-side comparison of Rust crates
42
tc-state
growingv0.5.0
TinyChain's general state enum
63
basic_trie
stablev2.1.0
A simple Trie implementation in Rust
57
radix_trie
growingv0.3.0
Generic radix trie data-structure.
Core Metrics
| tc-state | basic_trie | radix_trie | |
|---|---|---|---|
| Health Score | 42 | 63 | 57 |
| Total Downloads | 8.0K | 22.2K | 56.3M |
| 30d Downloads | 47 | 117 | 4.3M |
| Dependents | 6 | 49 | 1.8K |
| Releases | 6 | 17 | 19 |
| Last Updated | 591d ago | 24d ago | 192d ago |
| Age | 2y 6m | 2y 8m | 11y |
Health Breakdown
tc-state
Maintenance
5
Quality
15
Community
7
Popularity
5
Documentation
10
basic_trie
Maintenance
17
Quality
20
Community
10
Popularity
5
Documentation
11
radix_trie
Maintenance
8
Quality
13
Community
15
Popularity
8
Documentation
13
Technical Details
| tc-state | basic_trie | radix_trie | |
|---|---|---|---|
| Version | 0.5.0 | 2.1.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 | non-standard | MIT |
| Dependencies | 20 | 10 | 7 |
| Crate Size | 19KB | 20KB | 250KB |
| Features | 6 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •basic_trie leads with a health score of 63/100, but none of the options score above 80.
- •radix_trie has the most downloads (56.3M), suggesting wider adoption.
- •radix_trie is depended on by 1.8K crates — strongest ecosystem trust.
- •⚠ tc-state has not been updated in over a year.
- •tc-state, radix_trie are pre-1.0 — API may change.