Simple Moving Average (SMA) Implementation In Rust
# Cargo.toml
[dependencies]
sma-rs = "0.1.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple moving average with a window of 3, adds values, and prints the average.
No known issues recorded.
No dependency data recorded yet.