Decision Workspace
matcher_c vs aho-corasick vs matcher_rs
Side-by-side comparison of Rust crates
50
matcher_c
growingv0.9.0
A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust.
65
aho-corasick
growingv1.1.4
Fast multiple substring searching.
60
matcher_rs
growingv0.11.0
A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust.
Core Metrics
| matcher_c | aho-corasick | matcher_rs | |
|---|---|---|---|
| Health Score | 50 | 65 | 60 |
| Total Downloads | 30.3K | 728.6M | 48.8K |
| 30d Downloads | 47 | 48.4M | 208 |
| Dependents | 0 | 6.5K | 70 |
| Releases | 35 | 62 | 54 |
| Last Updated | 23d ago | 150d ago | 16d ago |
| Age | 1y 9m | 10y 9m | 1y 9m |
Health Breakdown
matcher_c
Maintenance
18
Quality
9
Community
5
Popularity
5
Documentation
13
aho-corasick
Maintenance
11
Quality
20
Community
14
Popularity
8
Documentation
12
matcher_rs
Maintenance
18
Quality
13
Community
10
Popularity
6
Documentation
13
Technical Details
| matcher_c | aho-corasick | matcher_rs | |
|---|---|---|---|
| Version | 0.9.0 | 1.1.4 | 0.11.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 OR MIT | Unlicense OR MIT | Apache-2.0 OR MIT |
| Dependencies | 2 | 3 | 10 |
| Crate Size | 12KB | 184KB | 302KB |
| Features | 0 | 4 | 4 |
| Yanked % | 100.0% | 3.2% | 1.8% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | 1.60.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •aho-corasick leads with a health score of 65/100, but none of the options score above 80.
- •aho-corasick is depended on by 6.5K crates — strongest ecosystem trust.
- •matcher_c, matcher_rs are pre-1.0 — API may change.