Decision Workspace
fuzzy_prefix_search vs tried vs foodshare-search
Side-by-side comparison of Rust crates
41
fuzzy_prefix_search
growingv0.3.6
Fuzzy search for prefix matches
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).
45
foodshare-search
experimentalv1.3.1
High-performance fuzzy search and text matching
Core Metrics
| fuzzy_prefix_search | tried | foodshare-search | |
|---|---|---|---|
| Health Score | 41 | 46 | 45 |
| Total Downloads | 14.7K | 260 | 18 |
| 30d Downloads | 69 | 217 | 3 |
| Dependents | 0 | 2 | 0 |
| Releases | 14 | 2 | 1 |
| Last Updated | 561d ago | 28d ago | 83d ago |
| Age | 1y 7m | 1m | 2m |
Health Breakdown
fuzzy_prefix_search
Maintenance
7
Quality
16
Community
3
Popularity
5
Documentation
10
tried
Maintenance
12
Quality
14
Community
7
Popularity
3
Documentation
10
foodshare-search
Maintenance
8
Quality
17
Community
6
Popularity
2
Documentation
12
Technical Details
| fuzzy_prefix_search | tried | foodshare-search | |
|---|---|---|---|
| Version | 0.3.6 | 0.1.0 | 1.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 0 | 2 | 9 |
| Crate Size | 13KB | 18KB | 6KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | 1.75 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •tried leads with a health score of 46/100, but none of the options score above 80.
- •fuzzy_prefix_search has the most downloads (14.7K), suggesting wider adoption.
- •⚠ fuzzy_prefix_search has not been updated in over a year.
- •fuzzy_prefix_search, tried are pre-1.0 — API may change.