Decision Workspace
quickmatch vs trigram vs metacomplete
Side-by-side comparison of Rust crates
57
quickmatch
experimentalv0.4.0
Lightning-fast fuzzy string matching with hybrid word and trigram indexing
51
trigram
growingv0.4.4
Trigram-based string similarity for fuzzy matching.
44
metacomplete
growingv2.0.1
Top-k string autocompletion
Core Metrics
| quickmatch | trigram | metacomplete | |
|---|---|---|---|
| Health Score | 57 | 51 | 44 |
| Total Downloads | 3.0K | 337.8K | 1.0K |
| 30d Downloads | 242 | 32.6K | 4 |
| Dependents | 22 | 50 | 0 |
| Releases | 14 | 11 | 2 |
| Last Updated | 5d ago | 2364d ago | 309d ago |
| Age | 5m | 6y 5m | 10m |
Health Breakdown
quickmatch
Maintenance
19
Quality
14
Community
10
Popularity
4
Documentation
10
trigram
Maintenance
10
Quality
14
Community
8
Popularity
7
Documentation
12
metacomplete
Maintenance
7
Quality
18
Community
5
Popularity
4
Documentation
10
Technical Details
| quickmatch | trigram | metacomplete | |
|---|---|---|---|
| Version | 0.4.0 | 0.4.4 | 2.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 4 | 15 |
| Crate Size | 13KB | 12KB | 139KB |
| Features | 0 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •quickmatch leads with a health score of 57/100, but none of the options score above 80.
- •trigram has the most downloads (337.8K), suggesting wider adoption.
- •⚠ trigram has not been updated in over a year.
- •quickmatch, trigram are pre-1.0 — API may change.