Decision Workspace
concat-in-place vs fast-concat-macro vs fast-concat
Side-by-side comparison of Rust crates
45
concat-in-place
growingv1.1.0
Efficient macros for concatenation of strings and vectors
46
fast-concat-macro
growingv1.0.2
Procedural macro for fast-concat.
46
fast-concat
growingv1.0.2
Fastest macro for concatenating strings.
Core Metrics
| concat-in-place | fast-concat-macro | fast-concat | |
|---|---|---|---|
| Health Score | 45 | 46 | 46 |
| Total Downloads | 95.9K | 3.2K | 2.9K |
| 30d Downloads | 1.1K | 80 | 35 |
| Dependents | 0 | 3 | 14 |
| Releases | 2 | 3 | 3 |
| Last Updated | 1489d ago | 404d ago | 404d ago |
| Age | 6y 2m | 1y 3m | 1y 3m |
Health Breakdown
concat-in-place
Maintenance
3
Quality
21
Community
6
Popularity
6
Documentation
9
fast-concat-macro
Maintenance
6
Quality
19
Community
7
Popularity
4
Documentation
10
fast-concat
Maintenance
6
Quality
18
Community
8
Popularity
4
Documentation
10
Technical Details
| concat-in-place | fast-concat-macro | fast-concat | |
|---|---|---|---|
| Version | 1.1.0 | 1.0.2 | 1.0.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 4 |
| Crate Size | 7KB | 3KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fast-concat-macro leads with a health score of 46/100, but none of the options score above 80.
- •concat-in-place has the most downloads (95.9K), suggesting wider adoption.
- •⚠ concat-in-place, fast-concat-macro, fast-concat have not been updated in over a year.