Decision Workspace
prange2 vs numeric-range vs parse-numeric-range
Side-by-side comparison of Rust crates
45
prange2
growingv3.0.1
Parse numeric ranges for indexing
51
numeric-range
experimentalv0.1.1
Parse and format compact integer-range strings like "1,3-5,7" (page ranges, CPU sets, line selections). Bidirectional, zero-dependency, no_std.
49
parse-numeric-range
experimentalv0.1.0
Parse a string of numbers and ranges (e.g. 1,3-5,8) into a list of integers. A faithful port of the parse-numeric-range npm package. Zero dependencies, no_std.
Core Metrics
| prange2 | numeric-range | parse-numeric-range | |
|---|---|---|---|
| Health Score | 45 | 51 | 49 |
| Total Downloads | 5.1K | 30 | 16 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 4 | 2 | 1 |
| Last Updated | 600d ago | 21d ago | 19d ago |
| Age | 7y 2m | 22d | 19d |
Health Breakdown
prange2
Maintenance
3
Quality
20
Community
5
Popularity
4
Documentation
13
numeric-range
Maintenance
13
Quality
15
Community
6
Popularity
2
Documentation
15
parse-numeric-range
Maintenance
12
Quality
15
Community
6
Popularity
1
Documentation
15
Technical Details
| prange2 | numeric-range | parse-numeric-range | |
|---|---|---|---|
| Version | 3.0.1 | 0.1.1 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 0 | 0 |
| Crate Size | 3KB | 10KB | 10KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.81 | 1.81 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •numeric-range leads with a health score of 51/100, but none of the options score above 80.
- •prange2 has the most downloads (5.1K), suggesting wider adoption.
- •⚠ prange2 has not been updated in over a year.
- •numeric-range, parse-numeric-range are pre-1.0 — API may change.