Decision Workspace
arbitrary-chunks vs equal-parts vs const-chunks
Side-by-side comparison of Rust crates
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.
44
const-chunks
growingv0.3.0
Extension trait to chunk iterators into const-length arrays.
Core Metrics
| arbitrary-chunks | equal-parts | const-chunks | |
|---|---|---|---|
| Health Score | 46 | 45 | 44 |
| Total Downloads | 75.3K | 1.2K | 12.2K |
| 30d Downloads | 15.3K | 7 | 783 |
| Dependents | 70 | 0 | 0 |
| Releases | 4 | 4 | 6 |
| Last Updated | 1129d ago | 191d ago | 905d ago |
| Age | 4y 8m | 6m | 2y 10m |
Health Breakdown
arbitrary-chunks
Maintenance
3
Quality
15
Community
10
Popularity
6
Documentation
12
equal-parts
Maintenance
10
Quality
18
Community
3
Popularity
4
Documentation
10
const-chunks
Maintenance
5
Quality
16
Community
6
Popularity
5
Documentation
12
Technical Details
| arbitrary-chunks | equal-parts | const-chunks | |
|---|---|---|---|
| Version | 0.4.1 | 1.0.3 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 OR MIT | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 2 | 0 |
| Crate Size | 8KB | 11KB | 10KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | — | 1.65.0 |
| 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.
- •⚠ arbitrary-chunks, const-chunks have not been updated in over a year.
- •arbitrary-chunks, const-chunks are pre-1.0 — API may change.