Decision Workspace
normalize_interval vs ordmask vs closed-interval-set
Side-by-side comparison of Rust crates
39
normalize_interval
growingv0.17.5
Normalizing interval library
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
Core Metrics
| normalize_interval | ordmask | closed-interval-set | |
|---|---|---|---|
| Health Score | 39 | 51 | 51 |
| Total Downloads | 12.2K | 2.0K | 6.2K |
| 30d Downloads | 15 | 42 | 11 |
| Dependents | 0 | 0 | 0 |
| Releases | 11 | 5 | 9 |
| Last Updated | 592d ago | 1d ago | 390d ago |
| Age | 5y 8m | 1y 6m | 1y 1m |
Health Breakdown
normalize_interval
Maintenance
4
Quality
16
Community
5
Popularity
5
Documentation
9
ordmask
Maintenance
18
Quality
16
Community
3
Popularity
4
Documentation
10
closed-interval-set
Maintenance
9
Quality
21
Community
6
Popularity
5
Documentation
10
Technical Details
| normalize_interval | ordmask | closed-interval-set | |
|---|---|---|---|
| Version | 0.17.5 | 2.2.0 | 1.7.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 2 | 3 | 2 |
| Crate Size | 43KB | 26KB | 32KB |
| Features | 1 | 2 | 3 |
| Yanked % | 0.0% | 20.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| 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.
- •normalize_interval has the most downloads (12.2K), suggesting wider adoption.
- •⚠ normalize_interval, closed-interval-set have not been updated in over a year.
- •normalize_interval is pre-1.0 — API may change.