Decision Workspace
string_iter vs str_windows vs bstr
Side-by-side comparison of Rust crates
40
string_iter
growingv0.1.0
An overly designed &str iterator made with zero-copy parsing in mind.
34
str_windows
growingv0.1.0
Provides an iterator over windows of chars (as `&str`s) of a `&str`.
71
bstr
stablev1.12.1
A string type that is not required to be valid UTF-8.
Core Metrics
| string_iter | str_windows | bstr | |
|---|---|---|---|
| Health Score | 40 | 34 | 71 |
| Total Downloads | 1.9K | 1.9K | 269.3M |
| 30d Downloads | 22 | 3 | 17.1M |
| Dependents | 3 | 0 | 6.8K |
| Releases | 1 | 1 | 49 |
| Last Updated | 935d ago | 2855d ago | 152d ago |
| Age | 2y 6m | 7y 10m | 7y 5m |
Health Breakdown
string_iter
Maintenance
1
Quality
17
Community
5
Popularity
4
Documentation
13
str_windows
Maintenance
1
Quality
16
Community
5
Popularity
4
Documentation
8
bstr
Maintenance
13
Quality
20
Community
15
Popularity
8
Documentation
15
Technical Details
| string_iter | str_windows | bstr | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 1.12.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 0 | 6 |
| Crate Size | 16KB | 6KB | 355KB |
| Features | 2 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 2.0% |
| Edition | 2021 | — | 2021 |
| MSRV | — | — | 1.73 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bstr leads with a health score of 71/100, but none of the options score above 80.
- •bstr is depended on by 6.8K crates — strongest ecosystem trust.
- •⚠ string_iter, str_windows have not been updated in over a year.
- •string_iter, str_windows are pre-1.0 — API may change.