Decision Workspace
starts-ends-with-caseless vs unicase vs focaccia
Side-by-side comparison of Rust crates
46
starts-ends-with-caseless
growingv0.6.4
This crate provides the `StartsWithCaseless` trait and the `EndsWithCaseless` trait to extend types which implement `AsRef<str>` in order to do `starts_with` and `ends_with` case-insensitively.
69
unicase
stablev2.9.0
A case-insensitive wrapper around strings.
61
focaccia
growingv2.0.0
no_std implementation of Unicode case folding comparisons
Core Metrics
| starts-ends-with-caseless | unicase | focaccia | |
|---|---|---|---|
| Health Score | 46 | 69 | 61 |
| Total Downloads | 37.3K | 245.5M | 3.0M |
| 30d Downloads | 222 | 17.8M | 656.0K |
| Dependents | 56 | 4.0K | 3 |
| Releases | 16 | 28 | 14 |
| Last Updated | 2078d ago | 80d ago | 452d ago |
| Age | 6y 11m | 11y 2m | 5y 7m |
Health Breakdown
starts-ends-with-caseless
Maintenance
4
Quality
17
Community
11
Popularity
5
Documentation
9
unicase
Maintenance
12
Quality
22
Community
15
Popularity
8
Documentation
12
focaccia
Maintenance
5
Quality
20
Community
13
Popularity
8
Documentation
15
Technical Details
| starts-ends-with-caseless | unicase | focaccia | |
|---|---|---|---|
| Version | 0.6.4 | 2.9.0 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT AND Unicode-3.0 |
| Dependencies | 1 | 0 | 1 |
| Crate Size | 3KB | 24KB | 54KB |
| Features | 2 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | 1.83.0 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •unicase leads with a health score of 69/100, but none of the options score above 80.
- •unicase is depended on by 4.0K crates — strongest ecosystem trust.
- •⚠ starts-ends-with-caseless, focaccia have not been updated in over a year.
- •starts-ends-with-caseless is pre-1.0 — API may change.