Decision Workspace
disjoint-ranges vs free-ranges vs staticstep
Side-by-side comparison of Rust crates
46
disjoint-ranges
experimentalv0.5.0
Ranges with gaps
49
free-ranges
growingv1.0.7
An efficient data structure for keeping track of indices which are either free or not
40
staticstep
growingv0.4.2
Provides truly zero-cost alternatives to `Iterator::step_by` for both incrementing and decrementing any type that satisfies `RangeBounds<T: Copy + Default + Step>`.
Core Metrics
| disjoint-ranges | free-ranges | staticstep | |
|---|---|---|---|
| Health Score | 46 | 49 | 40 |
| Total Downloads | 213 | 24.3K | 10.0K |
| 30d Downloads | 56 | 116 | 10 |
| Dependents | 1 | 10 | 0 |
| Releases | 8 | 12 | 8 |
| Last Updated | 60d ago | 2878d ago | 1542d ago |
| Age | 2m | 8y 6m | 4y 12m |
Health Breakdown
disjoint-ranges
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
10
free-ranges
Maintenance
4
Quality
21
Community
8
Popularity
5
Documentation
11
staticstep
Maintenance
4
Quality
12
Community
6
Popularity
5
Documentation
13
Technical Details
| disjoint-ranges | free-ranges | staticstep | |
|---|---|---|---|
| Version | 0.5.0 | 1.0.7 | 0.4.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 7KB | 4KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 12.5% |
| Edition | 2024 | — | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •free-ranges leads with a health score of 49/100, but none of the options score above 80.
- •⚠ free-ranges, staticstep have not been updated in over a year.
- •disjoint-ranges, staticstep are pre-1.0 — API may change.