Decision Workspace
int-interval-set vs closed-interval-set vs ordmask
Side-by-side comparison of Rust crates
46
int-interval-set
experimentalv0.3.1
Integer half-open interval set structures built on top of int-interval.
51
closed-interval-set
growingv1.7.0
Unions of closed intervals as containers of pairs
45
ordmask
stablev2.2.0
A library for efficient range-based set operations and membership checking
Core Metrics
| int-interval-set | closed-interval-set | ordmask | |
|---|---|---|---|
| Health Score | 46 | 51 | 45 |
| Total Downloads | 147 | 6.2K | 2.0K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 4 | 9 | 5 |
| Last Updated | 1d ago | 449d ago | 61d ago |
| Age | 2m | 1y 3m | 1y 8m |
Health Breakdown
int-interval-set
Maintenance
13
Quality
14
Community
6
Popularity
3
Documentation
10
closed-interval-set
Maintenance
9
Quality
21
Community
6
Popularity
5
Documentation
10
ordmask
Maintenance
12
Quality
16
Community
3
Popularity
4
Documentation
10
Technical Details
| int-interval-set | closed-interval-set | ordmask | |
|---|---|---|---|
| Version | 0.3.1 | 1.7.0 | 2.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 3 | 2 | 3 |
| Crate Size | 33KB | 32KB | 26KB |
| Features | 0 | 3 | 2 |
| Yanked % | 0.0% | 0.0% | 20.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •closed-interval-set leads with a health score of 51/100, but none of the options score above 80.
- •⚠ closed-interval-set has not been updated in over a year.
- •int-interval-set is pre-1.0 — API may change.