Decision Workspace
moving_avg vs movavg vs simple_moving_average
Side-by-side comparison of Rust crates
36
moving_avg
growingv0.2.0
Moving average filter
51
movavg
growingv2.5.0
Generic Moving Average calculation
51
simple_moving_average
growingv1.0.2
Library of simple moving average (SMA) algorithms
Core Metrics
| moving_avg | movavg | simple_moving_average | |
|---|---|---|---|
| Health Score | 36 | 51 | 51 |
| Total Downloads | 11.9K | 14.7K | 1.1M |
| 30d Downloads | 148 | 118 | 78.0K |
| Dependents | 0 | 6 | 127 |
| Releases | 2 | 8 | 6 |
| Last Updated | 2921d ago | 409d ago | 779d ago |
| Age | 8y 2m | 4y 12m | 4y 6m |
Health Breakdown
moving_avg
Maintenance
3
Quality
15
Community
2
Popularity
5
Documentation
11
movavg
Maintenance
5
Quality
22
Community
7
Popularity
5
Documentation
12
simple_moving_average
Maintenance
4
Quality
19
Community
12
Popularity
7
Documentation
9
Technical Details
| moving_avg | movavg | simple_moving_average | |
|---|---|---|---|
| Version | 0.2.0 | 2.5.0 | 1.0.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 2 | 6 |
| Crate Size | 2KB | 15KB | 11KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2018 |
| MSRV | — | 1.61 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •movavg leads with a health score of 51/100, but none of the options score above 80.
- •simple_moving_average has the most downloads (1.1M), suggesting wider adoption.
- •simple_moving_average is depended on by 127 crates — strongest ecosystem trust.
- •⚠ moving_avg, movavg, simple_moving_average have not been updated in over a year.
- •moving_avg is pre-1.0 — API may change.