Decision Workspace
nd_interpolate vs cubic_spline vs interp
Side-by-side comparison of Rust crates
43
nd_interpolate
growingv2.0.2
1-10 dimensional linear and cubic spline interpolation implemented in Rust
46
cubic_spline
growingv1.0.0
Function that calculates curve points for cubic spline
64
interp
stablev2.1.2
A Rust implementation of Matlab's interp1 function
Core Metrics
| nd_interpolate | cubic_spline | interp | |
|---|---|---|---|
| Health Score | 43 | 46 | 64 |
| Total Downloads | 1.8K | 39.7K | 3.0M |
| 30d Downloads | 100 | 126 | 301.7K |
| Dependents | 0 | 13 | 87 |
| Releases | 1 | 19 | 12 |
| Last Updated | 989d ago | 1929d ago | 50d ago |
| Age | 2y 8m | 6y 11m | 4y 9m |
Health Breakdown
nd_interpolate
Maintenance
1
Quality
20
Community
6
Popularity
4
Documentation
12
cubic_spline
Maintenance
4
Quality
20
Community
8
Popularity
5
Documentation
9
interp
Maintenance
14
Quality
20
Community
11
Popularity
8
Documentation
11
Technical Details
| nd_interpolate | cubic_spline | interp | |
|---|---|---|---|
| Version | 2.0.2 | 1.0.0 | 2.1.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 1 | 3 |
| Crate Size | 16KB | 44KB | 12KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2018 |
| MSRV | — | — | 1.63 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •interp leads with a health score of 64/100, but none of the options score above 80.
- •⚠ nd_interpolate, cubic_spline have not been updated in over a year.