Decision Workspace
staticstep vs disjoint-ranges vs free-ranges
Side-by-side comparison of Rust crates
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>`.
50
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
Core Metrics
| staticstep | disjoint-ranges | free-ranges | |
|---|---|---|---|
| Health Score | 40 | 50 | 49 |
| Total Downloads | 10.0K | 300 | 24.5K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 1 | 10 |
| Releases | 8 | 8 | 12 |
| Last Updated | 1602d ago | 119d ago | 2937d ago |
| Age | 5y 1m | 4m | 8y 8m |
Health Breakdown
staticstep
Maintenance
4
Quality
12
Community
6
Popularity
5
Documentation
13
disjoint-ranges
Maintenance
16
Quality
15
Community
6
Popularity
3
Documentation
10
free-ranges
Maintenance
4
Quality
21
Community
8
Popularity
5
Documentation
11
Technical Details
| staticstep | disjoint-ranges | free-ranges | |
|---|---|---|---|
| Version | 0.4.2 | 0.5.0 | 1.0.7 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 9KB | 7KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 12.5% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •disjoint-ranges leads with a health score of 50/100, but none of the options score above 80.
- •free-ranges has the most downloads (24.5K), suggesting wider adoption.
- •⚠ staticstep, free-ranges have not been updated in over a year.
- •staticstep, disjoint-ranges are pre-1.0 — API may change.