Decision Workspace
camelcase vs decamelize vs humanize-string
Side-by-side comparison of Rust crates
50
camelcase
experimentalv0.1.0
Convert a dash/dot/underscore/space-separated string to camelCase (foo-bar -> fooBar). A faithful port of the camelcase npm package.
52
decamelize
experimentalv0.1.1
Convert a camelCase string to a separated lower-case string (e.g. fooBar -> foo_bar). A faithful, zero-dependency port of the decamelize npm package.
49
humanize-string
experimentalv0.1.0
Convert a camelCase / snake_case / dash-case string into a human-readable one (fooBar -> Foo bar). A faithful port of the humanize-string npm package.
Core Metrics
| camelcase | decamelize | humanize-string | |
|---|---|---|---|
| Health Score | 50 | 52 | 49 |
| Total Downloads | 36 | 82 | 18 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 1 | 2 | 0 |
| Releases | 1 | 2 | 1 |
| Last Updated | 20d ago | 13d ago | 20d ago |
| Age | 20d | 20d | 20d |
Health Breakdown
camelcase
Maintenance
12
Quality
14
Community
7
Popularity
2
Documentation
15
decamelize
Maintenance
13
Quality
15
Community
7
Popularity
2
Documentation
15
humanize-string
Maintenance
12
Quality
14
Community
6
Popularity
2
Documentation
15
Technical Details
| camelcase | decamelize | humanize-string | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.1 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 0 | 1 |
| Crate Size | 11KB | 10KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.81 | 1.81 | 1.81 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •decamelize leads with a health score of 52/100, but none of the options score above 80.