Decision Workspace
bstr_parse vs bytestring vs atoi_simd
Side-by-side comparison of Rust crates
36
bstr_parse
growingv0.1.0
Adds the ability to parse numbers out of `&[u8]`s.
68
bytestring
growingv1.5.0
A UTF-8 encoded read-only string using `Bytes` as storage
64
atoi_simd
growingv0.18.1
Fast `&[u8]` to integer parser
Core Metrics
| bstr_parse | bytestring | atoi_simd | |
|---|---|---|---|
| Health Score | 36 | 68 | 64 |
| Total Downloads | 2.4K | 61.0M | 6.7M |
| 30d Downloads | 18 | 3.8M | 1.2M |
| Dependents | 0 | 1.1K | 204 |
| Releases | 1 | 13 | 44 |
| Last Updated | 1939d ago | 193d ago | 46d ago |
| Age | 5y 3m | 6y 3m | 4y 1m |
Health Breakdown
bstr_parse
Maintenance
1
Quality
16
Community
6
Popularity
4
Documentation
9
bytestring
Maintenance
9
Quality
20
Community
19
Popularity
8
Documentation
12
atoi_simd
Maintenance
16
Quality
13
Community
12
Popularity
8
Documentation
15
Technical Details
| bstr_parse | bytestring | atoi_simd | |
|---|---|---|---|
| Version | 0.1.0 | 1.5.0 | 0.18.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 5 | 4 |
| Crate Size | 9KB | 11KB | 25KB |
| Features | 0 | 1 | 2 |
| Yanked % | 0.0% | 0.0% | 6.8% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.75 | 1.61 |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •bytestring leads with a health score of 68/100, but none of the options score above 80.
- •bytestring is depended on by 1.1K crates — strongest ecosystem trust.
- •⚠ bstr_parse has not been updated in over a year.
- •bstr_parse, atoi_simd are pre-1.0 — API may change.