Decision Workspace
t-oc vs plain_trie vs dyn_trie
Side-by-side comparison of Rust crates
56
t-oc
stablev8.0.1
Trie Occurrence Counter is frequency dictionary for any type implementing Iterator<Item = char>.
59
plain_trie
stablev12.1.1
Classic trie implementation capable of mapping any T to char iterator.
58
dyn_trie
stablev7.0.1
Dynamic trie is trie capable of mapping any T to any char iterator.
Core Metrics
| t-oc | plain_trie | dyn_trie | |
|---|---|---|---|
| Health Score | 56 | 59 | 58 |
| Total Downloads | 14.2K | 22.9K | 17.9K |
| 30d Downloads | 42 | 186 | 113 |
| Dependents | 0 | 0 | 0 |
| Releases | 22 | 46 | 35 |
| Last Updated | 26d ago | 1d ago | 10d ago |
| Age | 1y 4m | 1y 8m | 1y 8m |
Health Breakdown
t-oc
Maintenance
17
Quality
15
Community
6
Popularity
5
Documentation
13
plain_trie
Maintenance
19
Quality
17
Community
5
Popularity
5
Documentation
13
dyn_trie
Maintenance
18
Quality
17
Community
5
Popularity
5
Documentation
13
Technical Details
| t-oc | plain_trie | dyn_trie | |
|---|---|---|---|
| Version | 8.0.1 | 12.1.1 | 7.0.1 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 12KB | 17KB | 12KB |
| Features | 1 | 1 | 0 |
| Yanked % | 40.9% | 13.0% | 8.6% |
| 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.