Decision Workspace
rchunks vs ord_subset vs mitsein
Side-by-side comparison of Rust crates
41
rchunks
growingv0.1.4
Iterator for slices similar to .chunks() but starting from the back of the slice and moving towards the front. Differs from .chunks().rev() in handling cases where the slice is not a multiple of chunk size.
59
ord_subset
growingv3.1.2
Tools for working with the Ord subset of certain PartialOrd types, like floats.
58
mitsein
growingv0.9.0
Strongly typed APIs for non-empty collections, slices, and iterators.
Core Metrics
| rchunks | ord_subset | mitsein | |
|---|---|---|---|
| Health Score | 41 | 59 | 58 |
| Total Downloads | 8.0K | 1.9M | 84.9K |
| 30d Downloads | 7 | 6.5K | 17.5K |
| Dependents | 0 | 38 | 28 |
| Releases | 5 | 9 | 13 |
| Last Updated | 3122d ago | 140d ago | 86d ago |
| Age | 8y 6m | 10y 7m | 1y 9m |
Health Breakdown
rchunks
Maintenance
9
Quality
16
Community
3
Popularity
5
Documentation
8
ord_subset
Maintenance
8
Quality
24
Community
7
Popularity
8
Documentation
12
mitsein
Maintenance
14
Quality
16
Community
10
Popularity
6
Documentation
12
Technical Details
| rchunks | ord_subset | mitsein | |
|---|---|---|---|
| Version | 0.1.4 | 3.1.2 | 0.9.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT/Apache-2.0 | MIT |
| Dependencies | 0 | 0 | 13 |
| Crate Size | 3KB | 17KB | 122KB |
| Features | 0 | 5 | 13 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2015 | 2024 |
| MSRV | — | — | 1.88.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ord_subset leads with a health score of 59/100, but none of the options score above 80.
- •⚠ rchunks has not been updated in over a year.
- •rchunks, mitsein are pre-1.0 — API may change.