Decision Workspace
sum_range vs is-odd vs closest-sum-pair
Side-by-side comparison of Rust crates
37
sum_range
growingv0.1.0
The sum of all consecutive numbers, both even and odd.
45
is-odd
growingv1.1.1
Returns true if the given number is odd.
43
closest-sum-pair
growingv1.0.0
Finds a pair in a list that has the closest sum to a given number.
Core Metrics
| sum_range | is-odd | closest-sum-pair | |
|---|---|---|---|
| Health Score | 37 | 45 | 43 |
| Total Downloads | 1.0K | 35.9K | 19.5K |
| 30d Downloads | 3 | 509 | 5 |
| Dependents | 0 | 4 | 0 |
| Releases | 1 | 4 | 16 |
| Last Updated | 482d ago | 459d ago | 1596d ago |
| Age | 1y 3m | 7y 10m | 4y 8m |
Health Breakdown
sum_range
Maintenance
2
Quality
15
Community
6
Popularity
4
Documentation
10
is-odd
Maintenance
4
Quality
21
Community
5
Popularity
5
Documentation
10
closest-sum-pair
Maintenance
6
Quality
15
Community
5
Popularity
5
Documentation
12
Technical Details
| sum_range | is-odd | closest-sum-pair | |
|---|---|---|---|
| Version | 0.1.0 | 1.1.1 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 0 | 0 |
| Crate Size | 4KB | 3KB | 3KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 93.8% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •is-odd leads with a health score of 45/100, but none of the options score above 80.
- •⚠ sum_range, is-odd, closest-sum-pair have not been updated in over a year.
- •sum_range is pre-1.0 — API may change.