Decision Workspace
read-byte-slice vs arbitrary-chunks vs equal-parts
Side-by-side comparison of Rust crates
39
read-byte-slice
growingv0.1.2
An iterator over chunks of bytes as slices from an underlying reader.
46
arbitrary-chunks
growingv0.4.1
An iterator that allows specifying an input array of arbitrary chunk-sizes with which to split a vector or array.
45
equal-parts
growingv1.0.3
An iterator that splits a collection into approximately equal parts.
Core Metrics
| read-byte-slice | arbitrary-chunks | equal-parts | |
|---|---|---|---|
| Health Score | 39 | 46 | 45 |
| Total Downloads | 34.2K | 75.3K | 1.2K |
| 30d Downloads | 129 | 15.3K | 7 |
| Dependents | 4 | 70 | 0 |
| Releases | 3 | 4 | 4 |
| Last Updated | 3031d ago | 1129d ago | 191d ago |
| Age | 8y 6m | 4y 8m | 6m |
Health Breakdown
read-byte-slice
Maintenance
3
Quality
15
Community
5
Popularity
5
Documentation
11
arbitrary-chunks
Maintenance
3
Quality
15
Community
10
Popularity
6
Documentation
12
equal-parts
Maintenance
10
Quality
18
Community
3
Popularity
4
Documentation
10
Technical Details
| read-byte-slice | arbitrary-chunks | equal-parts | |
|---|---|---|---|
| Version | 0.1.2 | 0.4.1 | 1.0.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | Apache-2.0 OR MIT | Apache-2.0 |
| Dependencies | 1 | 1 | 2 |
| Crate Size | 8KB | 8KB | 11KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •arbitrary-chunks leads with a health score of 46/100, but none of the options score above 80.
- •⚠ read-byte-slice, arbitrary-chunks have not been updated in over a year.
- •read-byte-slice, arbitrary-chunks are pre-1.0 — API may change.