Decision Workspace
interp vs ninterp vs linspace
Side-by-side comparison of Rust crates
64
interp
stablev2.1.2
A Rust implementation of Matlab's interp1 function
55
ninterp
growingv0.8.2
Numerical interpolation for N-dimensional rectilinear grids
54
linspace
growingv0.2.7
Turns a range into a linearly spaced sequence of values.
Core Metrics
| interp | ninterp | linspace | |
|---|---|---|---|
| Health Score | 64 | 55 | 54 |
| Total Downloads | 3.0M | 39.2K | 8.8K |
| 30d Downloads | 301.7K | 2.1K | 279 |
| Dependents | 87 | 54 | 96 |
| Releases | 12 | 26 | 10 |
| Last Updated | 50d ago | 36d ago | 112d ago |
| Age | 4y 9m | 1y 4m | 2y 9m |
Health Breakdown
interp
Maintenance
14
Quality
20
Community
11
Popularity
8
Documentation
11
ninterp
Maintenance
17
Quality
13
Community
10
Popularity
5
Documentation
10
linspace
Maintenance
12
Quality
16
Community
11
Popularity
5
Documentation
10
Technical Details
| interp | ninterp | linspace | |
|---|---|---|---|
| Version | 2.1.2 | 0.8.2 | 0.2.7 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | BSD-3-Clause | MIT |
| Dependencies | 3 | 12 | 4 |
| Crate Size | 12KB | 32KB | 9KB |
| Features | 0 | 1 | 2 |
| Yanked % | 0.0% | 3.9% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| 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.
- •ninterp, linspace are pre-1.0 — API may change.