Decision Workspace
dyn_trie vs plain_trie vs lr_trie
Side-by-side comparison of Rust crates
58
dyn_trie
stablev7.0.1
Dynamic trie is trie capable of mapping any T to any char iterator.
59
plain_trie
stablev12.1.1
Classic trie implementation capable of mapping any T to char iterator.
55
lr_trie
stablev4.1.2
Left-Right trie is trie capable of mapping any string to any string.
Core Metrics
| dyn_trie | plain_trie | lr_trie | |
|---|---|---|---|
| Health Score | 58 | 59 | 55 |
| Total Downloads | 17.9K | 22.9K | 23.0K |
| 30d Downloads | 113 | 192 | 40 |
| Dependents | 0 | 0 | 0 |
| Releases | 35 | 46 | 34 |
| Last Updated | 10d ago | 1d ago | 10d ago |
| Age | 1y 8m | 1y 8m | 1y 8m |
Health Breakdown
dyn_trie
Maintenance
18
Quality
17
Community
5
Popularity
5
Documentation
13
plain_trie
Maintenance
19
Quality
17
Community
5
Popularity
5
Documentation
13
lr_trie
Maintenance
18
Quality
14
Community
5
Popularity
5
Documentation
13
Technical Details
| dyn_trie | plain_trie | lr_trie | |
|---|---|---|---|
| Version | 7.0.1 | 12.1.1 | 4.1.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 12KB | 17KB | 16KB |
| Features | 0 | 1 | 0 |
| Yanked % | 8.6% | 13.0% | 64.7% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •plain_trie leads with a health score of 59/100, but none of the options score above 80.
- •lr_trie has the most downloads (23.0K), suggesting wider adoption.