Decision Workspace
decamelize-keys vs camelcase-keys vs sort-keys
Side-by-side comparison of Rust crates
48
decamelize-keys
experimentalv0.1.0
Recursively convert the keys of a JSON object from camelCase to a separated lower-case (e.g. fooBar -> foo_bar). A faithful port of the decamelize-keys npm package.
48
camelcase-keys
experimentalv0.1.0
Recursively convert the keys of a JSON object to camelCase. A faithful port of the camelcase-keys npm package.
48
sort-keys
experimentalv0.1.0
Recursively sort the keys of a JSON object, for deterministic output. A faithful port of the sort-keys npm package.
Core Metrics
| decamelize-keys | camelcase-keys | sort-keys | |
|---|---|---|---|
| Health Score | 48 | 48 | 48 |
| Total Downloads | 14 | 14 | 17 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 1 |
| Last Updated | 19d ago | 19d ago | 19d ago |
| Age | 19d | 19d | 19d |
Health Breakdown
decamelize-keys
Maintenance
12
Quality
14
Community
6
Popularity
1
Documentation
15
camelcase-keys
Maintenance
12
Quality
14
Community
6
Popularity
1
Documentation
15
sort-keys
Maintenance
12
Quality
14
Community
6
Popularity
1
Documentation
15
Technical Details
| decamelize-keys | camelcase-keys | sort-keys | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 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 | 2 | 2 | 1 |
| Crate Size | 10KB | 12KB | 11KB |
| 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-keys leads with a health score of 48/100, but none of the options score above 80.
- •sort-keys has the most downloads (17), suggesting wider adoption.