Decision Workspace
staticstep vs free-ranges vs disjoint-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>`.
49
free-ranges
growingv1.0.7
An efficient data structure for keeping track of indices which are either free or not
46
disjoint-ranges
experimentalv0.5.0
Ranges with gaps
Core Metrics
| staticstep | free-ranges | disjoint-ranges | |
|---|---|---|---|
| Health Score | 40 | 49 | 46 |
| Total Downloads | 10.0K | 24.3K | 213 |
| 30d Downloads | 10 | 116 | 56 |
| Dependents | 0 | 10 | 1 |
| Releases | 8 | 12 | 8 |
| Last Updated | 1542d ago | 2878d ago | 60d ago |
| Age | 4y 12m | 8y 6m | 2m |
Health Breakdown
staticstep
Maintenance
4
Quality
12
Community
6
Popularity
5
Documentation
13
free-ranges
Maintenance
4
Quality
21
Community
8
Popularity
5
Documentation
11
disjoint-ranges
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
10
Technical Details
| staticstep | free-ranges | disjoint-ranges | |
|---|---|---|---|
| Version | 0.4.2 | 1.0.7 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 9KB | 4KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 12.5% | 0.0% | 0.0% |
| Edition | 2021 | — | 2024 |
| 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.
- •⚠ staticstep, free-ranges have not been updated in over a year.
- •staticstep, disjoint-ranges are pre-1.0 — API may change.