Decision Workspace
spans vs split-every vs equal-parts
Side-by-side comparison of Rust crates
40
spans
growingv1.0.0
Split an iterator into contiguous spans.
46
split-every
growingv3.1.0
Split for every n occurrences of a pattern iteratively!
45
equal-parts
growingv1.0.3
An iterator that splits a collection into approximately equal parts.
Core Metrics
| spans | split-every | equal-parts | |
|---|---|---|---|
| Health Score | 40 | 46 | 45 |
| Total Downloads | 2.4K | 3.8K | 1.2K |
| 30d Downloads | 22 | 6 | 7 |
| Dependents | 1 | 0 | 0 |
| Releases | 1 | 4 | 4 |
| Last Updated | 1890d ago | 461d ago | 191d ago |
| Age | 5y 2m | 1y 7m | 6m |
Health Breakdown
spans
Maintenance
1
Quality
21
Community
5
Popularity
4
Documentation
9
split-every
Maintenance
6
Quality
20
Community
6
Popularity
4
Documentation
10
equal-parts
Maintenance
10
Quality
18
Community
3
Popularity
4
Documentation
10
Technical Details
| spans | split-every | equal-parts | |
|---|---|---|---|
| Version | 1.0.0 | 3.1.0 | 1.0.3 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | Apache-2.0 |
| Dependencies | 0 | 0 | 2 |
| Crate Size | 3KB | 4KB | 11KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •split-every leads with a health score of 46/100, but none of the options score above 80.
- •⚠ spans, split-every have not been updated in over a year.