Decision Workspace
indentkit vs indented vs strip-indent
Side-by-side comparison of Rust crates
51
indentkit
experimentalv0.1.1
Detect a string's indentation (tabs vs spaces + size) and re-indent / convert between styles. Like Node's detect-indent. Zero-dependency, no_std.
34
indented
growingv0.1.0
Format data with indentation
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.
Core Metrics
| indentkit | indented | strip-indent | |
|---|---|---|---|
| Health Score | 51 | 34 | 51 |
| Total Downloads | 28 | 51.7K | 38 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 3 | 1 |
| Releases | 2 | 1 | 1 |
| Last Updated | 21d ago | 3036d ago | 19d ago |
| Age | 22d | 8y 3m | 19d |
Health Breakdown
indentkit
Maintenance
13
Quality
15
Community
6
Popularity
2
Documentation
15
indented
Maintenance
1
Quality
16
Community
5
Popularity
6
Documentation
6
strip-indent
Maintenance
12
Quality
15
Community
7
Popularity
2
Documentation
15
Technical Details
| indentkit | indented | strip-indent | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | non-standard | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 12KB | 6KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | — | 2021 |
| MSRV | 1.81 | — | 1.81 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •indentkit leads with a health score of 51/100, but none of the options score above 80.
- •indented has the most downloads (51.7K), suggesting wider adoption.
- •⚠ indented has not been updated in over a year.