Decision Workspace
poetrie vs plain_trie vs dyn_trie
Side-by-side comparison of Rust crates
44
poetrie
experimentalv0.9.5
Poetic trie crafted with intetion to ease searching of rhymes for poems.
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
| poetrie | plain_trie | dyn_trie | |
|---|---|---|---|
| Health Score | 44 | 59 | 58 |
| Total Downloads | 2.3K | 22.9K | 17.9K |
| 30d Downloads | 7 | 186 | 113 |
| Dependents | 0 | 0 | 0 |
| Releases | 6 | 46 | 35 |
| Last Updated | 259d ago | 1d ago | 10d ago |
| Age | 8m | 1y 8m | 1y 8m |
Health Breakdown
poetrie
Maintenance
11
Quality
11
Community
5
Popularity
4
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
| poetrie | plain_trie | dyn_trie | |
|---|---|---|---|
| Version | 0.9.5 | 12.1.1 | 7.0.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 11KB | 17KB | 12KB |
| Features | 0 | 1 | 0 |
| Yanked % | 16.7% | 13.0% | 8.6% |
| Edition | 2024 | 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.
- •poetrie is pre-1.0 — API may change.