Decision Workspace
change-case-rs vs decamelize vs camelcase
Side-by-side comparison of Rust crates
38
change-case-rs
experimentalv0.1.0
Convert strings between camelCase, snake_case, PascalCase, kebab-case, and more
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.
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.
Core Metrics
| change-case-rs | decamelize | camelcase | |
|---|---|---|---|
| Health Score | 38 | 52 | 50 |
| Total Downloads | 22 | 82 | 36 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 2 | 1 |
| Releases | 1 | 2 | 1 |
| Last Updated | 146d ago | 13d ago | 20d ago |
| Age | 4m | 20d | 20d |
Health Breakdown
change-case-rs
Maintenance
6
Quality
15
Community
5
Popularity
2
Documentation
10
decamelize
Maintenance
13
Quality
15
Community
7
Popularity
2
Documentation
15
camelcase
Maintenance
12
Quality
14
Community
7
Popularity
2
Documentation
15
Technical Details
| change-case-rs | decamelize | camelcase | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.1 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 7KB | 10KB | 11KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | 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.