Decision Workspace
indented_text_writer vs strip-indent vs indent-string
Side-by-side comparison of Rust crates
42
indented_text_writer
growingv0.4.0
A simple IndentedTextWriter
51
strip-indent
experimentalv0.1.0
Strip leading whitespace from each line of a multi-line string, based on the least-indented line. A faithful port of the strip-indent npm package. Zero deps, no_std.
51
indent-string
experimentalv0.1.0
Indent each line of a multi-line string. A faithful port of the indent-string npm package. Zero dependencies, no_std.
Core Metrics
| indented_text_writer | strip-indent | indent-string | |
|---|---|---|---|
| Health Score | 42 | 51 | 51 |
| Total Downloads | 23.1K | 38 | 37 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 1 | 1 |
| Releases | 5 | 1 | 1 |
| Last Updated | 901d ago | 19d ago | 19d ago |
| Age | 3y 7m | 19d | 19d |
Health Breakdown
indented_text_writer
Maintenance
5
Quality
16
Community
3
Popularity
5
Documentation
13
strip-indent
Maintenance
12
Quality
15
Community
7
Popularity
2
Documentation
15
indent-string
Maintenance
12
Quality
15
Community
7
Popularity
2
Documentation
15
Technical Details
| indented_text_writer | strip-indent | indent-string | |
|---|---|---|---|
| Version | 0.4.0 | 0.1.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 4KB | 9KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.81 | 1.81 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •strip-indent leads with a health score of 51/100, but none of the options score above 80.
- •indented_text_writer has the most downloads (23.1K), suggesting wider adoption.
- •⚠ indented_text_writer has not been updated in over a year.