Decision Workspace
case_insensitive_string vs strum vs bstr
Side-by-side comparison of Rust crates
57
case_insensitive_string
growingv0.2.10
A case insensitive string struct.
71
strum
growingv0.28.0
Helpful macros for working with enums and strings
71
bstr
stablev1.12.1
A string type that is not required to be valid UTF-8.
Core Metrics
| case_insensitive_string | strum | bstr | |
|---|---|---|---|
| Health Score | 57 | 71 | 71 |
| Total Downloads | 731.0K | 394.9M | 269.3M |
| 30d Downloads | 336.8K | 30.9M | 16.5M |
| Dependents | 2.6K | 57.9K | 6.8K |
| Releases | 17 | 40 | 49 |
| Last Updated | 254d ago | 33d ago | 152d ago |
| Age | 2y 10m | 9y 1m | 7y 5m |
Health Breakdown
case_insensitive_string
Maintenance
9
Quality
17
Community
14
Popularity
7
Documentation
10
strum
Maintenance
17
Quality
16
Community
15
Popularity
8
Documentation
15
bstr
Maintenance
13
Quality
20
Community
15
Popularity
8
Documentation
15
Technical Details
| case_insensitive_string | strum | bstr | |
|---|---|---|---|
| Version | 0.2.10 | 0.28.0 | 1.12.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 2 | 6 |
| Crate Size | 5KB | 9KB | 355KB |
| Features | 3 | 3 | 5 |
| Yanked % | 0.0% | 2.5% | 2.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.71 | 1.73 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •strum leads with a health score of 71/100, but none of the options score above 80.
- •strum is depended on by 57.9K crates — strongest ecosystem trust.
- •case_insensitive_string, strum are pre-1.0 — API may change.