Decision Workspace
string_pipeline vs bstr vs aho-corasick
Side-by-side comparison of Rust crates
58
string_pipeline
experimentalv0.13.4
A flexible, template-driven string transformation pipeline for Rust.
71
bstr
stablev1.12.1
A string type that is not required to be valid UTF-8.
65
aho-corasick
growingv1.1.4
Fast multiple substring searching.
Core Metrics
| string_pipeline | bstr | aho-corasick | |
|---|---|---|---|
| Health Score | 58 | 71 | 65 |
| Total Downloads | 12.3K | 269.3M | 728.6M |
| 30d Downloads | 1.1K | 16.5M | 46.8M |
| Dependents | 26 | 6.8K | 6.5K |
| Releases | 16 | 49 | 62 |
| Last Updated | 5d ago | 152d ago | 150d ago |
| Age | 9m | 7y 5m | 10y 9m |
Health Breakdown
string_pipeline
Maintenance
19
Quality
11
Community
10
Popularity
5
Documentation
13
bstr
Maintenance
13
Quality
20
Community
15
Popularity
8
Documentation
15
aho-corasick
Maintenance
11
Quality
20
Community
14
Popularity
8
Documentation
12
Technical Details
| string_pipeline | bstr | aho-corasick | |
|---|---|---|---|
| Version | 0.13.4 | 1.12.1 | 1.1.4 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | Unlicense OR MIT |
| Dependencies | 14 | 6 | 3 |
| Crate Size | 101KB | 355KB | 184KB |
| Features | 0 | 5 | 4 |
| Yanked % | 0.0% | 2.0% | 3.2% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | 1.73 | 1.60.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bstr leads with a health score of 71/100, but none of the options score above 80.
- •aho-corasick has the most downloads (728.6M), suggesting wider adoption.
- •bstr is depended on by 6.8K crates — strongest ecosystem trust.
- •string_pipeline is pre-1.0 — API may change.