Decision Workspace
str-concat vs str-macro vs substring
Side-by-side comparison of Rust crates
37
str-concat
growingv0.2.0
Concatenate two adjacent string slices
56
str-macro
growingv1.0.1
The str!() macro, similar to vec![] but for strings
54
substring
growingv1.4.5
A substring method for string types.
Core Metrics
| str-concat | str-macro | substring | |
|---|---|---|---|
| Health Score | 37 | 56 | 54 |
| Total Downloads | 207.6K | 1.1M | 7.3M |
| 30d Downloads | 7.1K | 13.9K | 535.4K |
| Dependents | 62 | 97 | 2.9K |
| Releases | 5 | 7 | 17 |
| Last Updated | 2241d ago | 162d ago | 1877d ago |
| Age | 7y 9m | 6y 11m | 5y 5m |
Health Breakdown
str-concat
Maintenance
3
Quality
10
Community
10
Popularity
6
Documentation
8
str-macro
Maintenance
9
Quality
21
Community
10
Popularity
7
Documentation
9
substring
Maintenance
6
Quality
17
Community
15
Popularity
8
Documentation
8
Technical Details
| str-concat | str-macro | substring | |
|---|---|---|---|
| Version | 0.2.0 | 1.0.1 | 1.4.5 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT/Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 10KB | 4KB | 8KB |
| Features | 0 | 0 | 0 |
| Yanked % | 80.0% | 0.0% | 5.9% |
| Edition | — | 2018 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •str-macro leads with a health score of 56/100, but none of the options score above 80.
- •substring has the most downloads (7.3M), suggesting wider adoption.
- •substring is depended on by 2.9K crates — strongest ecosystem trust.
- •⚠ str-concat, substring have not been updated in over a year.
- •str-concat is pre-1.0 — API may change.