Decision Workspace
tried vs crawdad-rkyv vs yada
Side-by-side comparison of Rust crates
46
tried
experimentalv0.1.0
A fast, compact double-array trie with `no_std` + `alloc` support. Fork of [yada](https://crates.io/crates/yada) providing O(key-length) exact-match and common-prefix search over a flat, cache-friendly byte buffer (4 bytes per node).
57
crawdad-rkyv
experimentalv0.4.0-rkyv.2
Crawdad: ChaRActer-Wise Double-Array Dictionary with rkyv support
53
yada
growingv0.5.1
Yada is a yet another double-array trie library aiming for fast search and compact data representation.
Core Metrics
| tried | crawdad-rkyv | yada | |
|---|---|---|---|
| Health Score | 46 | 57 | 53 |
| Total Downloads | 260 | 765 | 12.2M |
| 30d Downloads | 217 | 152 | 113.4K |
| Dependents | 2 | 21 | 390 |
| Releases | 2 | 2 | 9 |
| Last Updated | 28d ago | 19d ago | 761d ago |
| Age | 1m | 5m | 5y 6m |
Health Breakdown
tried
Maintenance
12
Quality
14
Community
7
Popularity
3
Documentation
10
crawdad-rkyv
Maintenance
16
Quality
16
Community
10
Popularity
3
Documentation
12
yada
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
12
Technical Details
| tried | crawdad-rkyv | yada | |
|---|---|---|---|
| Version | 0.1.0 | 0.4.0-rkyv.2 | 0.5.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 1 | 0 |
| Crate Size | 18KB | 26KB | 14KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | 1.90.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •crawdad-rkyv leads with a health score of 57/100, but none of the options score above 80.
- •yada has the most downloads (12.2M), suggesting wider adoption.
- •yada is depended on by 390 crates — strongest ecosystem trust.
- •⚠ yada has not been updated in over a year.