Decision Workspace
use-word vs aho-corasick vs matcher_rs
Side-by-side comparison of Rust crates
50
use-word
experimentalv0.1.0
Composable word-level text primitives for RustUse.
64
aho-corasick
growingv1.1.4
Fast multiple substring searching.
60
matcher_rs
growingv0.15.5
A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust.
Core Metrics
| use-word | aho-corasick | matcher_rs | |
|---|---|---|---|
| Health Score | 50 | 64 | 60 |
| Total Downloads | 27 | 841.3M | 49.1K |
| 30d Downloads | 0 | 63.3M | 0 |
| Dependents | 2 | 8.6K | 70 |
| Releases | 1 | 62 | 69 |
| Last Updated | 12d ago | 209d ago | 38d ago |
| Age | 12d | 10y 11m | 1y 11m |
Health Breakdown
use-word
Maintenance
12
Quality
15
Community
6
Popularity
2
Documentation
15
aho-corasick
Maintenance
10
Quality
20
Community
14
Popularity
8
Documentation
12
matcher_rs
Maintenance
17
Quality
14
Community
10
Popularity
6
Documentation
13
Technical Details
| use-word | aho-corasick | matcher_rs | |
|---|---|---|---|
| Version | 0.1.0 | 1.1.4 | 0.15.5 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Unlicense OR MIT | Apache-2.0 OR MIT |
| Dependencies | 0 | 3 | 13 |
| Crate Size | 3KB | 184KB | 440KB |
| Features | 0 | 4 | 7 |
| Yanked % | 0.0% | 3.2% | 1.5% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.95.0 | 1.60.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •aho-corasick leads with a health score of 64/100, but none of the options score above 80.
- •aho-corasick is depended on by 8.6K crates — strongest ecosystem trust.
- •use-word, matcher_rs are pre-1.0 — API may change.