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