Decision Workspace
capitalize vs titlecase vs heck
Side-by-side comparison of Rust crates
47
capitalize
growingv0.3.4
Change first character to upper case and the rest to lower case, and other common alternatives
64
titlecase
growingv3.6.0
Capitalize text according to a style defined by John Gruber for Daring Fireball.
57
heck
growingv0.5.0
heck is a case conversion library.
Core Metrics
| capitalize | titlecase | heck | |
|---|---|---|---|
| Health Score | 47 | 64 | 57 |
| Total Downloads | 119.5K | 2.0M | 805.6M |
| 30d Downloads | 10.3K | 158.8K | 56.5M |
| Dependents | 62 | 672 | 18.9K |
| Releases | 7 | 15 | 11 |
| Last Updated | 705d ago | 295d ago | 745d ago |
| Age | 4y | 8y 9m | 9y |
Health Breakdown
capitalize
Maintenance
4
Quality
17
Community
10
Popularity
6
Documentation
10
titlecase
Maintenance
6
Quality
22
Community
13
Popularity
8
Documentation
15
heck
Maintenance
5
Quality
16
Community
16
Popularity
8
Documentation
12
Technical Details
| capitalize | titlecase | heck | |
|---|---|---|---|
| Version | 0.3.4 | 3.6.0 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Unlicense | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 2 | 0 |
| Crate Size | 5KB | 12KB | 12KB |
| Features | 2 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.70.0 | 1.56 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •titlecase leads with a health score of 64/100, but none of the options score above 80.
- •heck has the most downloads (805.6M), suggesting wider adoption.
- •heck is depended on by 18.9K crates — strongest ecosystem trust.
- •⚠ capitalize, heck have not been updated in over a year.
- •capitalize, heck are pre-1.0 — API may change.