Decision Workspace
split-every vs aho-corasick vs matcher_rs
Side-by-side comparison of Rust crates
46
split-every
growingv3.1.0
Split for every n occurrences of a pattern iteratively!
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
| split-every | aho-corasick | matcher_rs | |
|---|---|---|---|
| Health Score | 46 | 65 | 60 |
| Total Downloads | 3.8K | 728.6M | 48.8K |
| 30d Downloads | 6 | 48.4M | 208 |
| Dependents | 0 | 6.5K | 70 |
| Releases | 4 | 62 | 54 |
| Last Updated | 461d ago | 150d ago | 16d ago |
| Age | 1y 7m | 10y 9m | 1y 9m |
Health Breakdown
split-every
Maintenance
6
Quality
20
Community
6
Popularity
4
Documentation
10
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
| split-every | aho-corasick | matcher_rs | |
|---|---|---|---|
| Version | 3.1.0 | 1.1.4 | 0.11.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | Unlicense OR MIT | Apache-2.0 OR MIT |
| Dependencies | 0 | 3 | 10 |
| Crate Size | 4KB | 184KB | 302KB |
| Features | 0 | 4 | 4 |
| Yanked % | 0.0% | 3.2% | 1.8% |
| Edition | 2021 | 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.
- •⚠ split-every has not been updated in over a year.
- •matcher_rs is pre-1.0 — API may change.