2 unstable releases
Uses old Rust 2015
0.2.0 | Mar 29, 2018 |
---|---|
0.1.0 | Dec 31, 2017 |
#21 in #moving
38 downloads per month
4KB
53 lines
moving_avg – Moving average filter
This crate provides a simple moving average filter for floating-point types.
Usage
This crate can be used through cargo by
adding it as a dependency in Cargo.toml
:
[dependencies]
moving_avg = "0.1.0"
and importing it in the crate root:
extern crate moving_avg;
lib.rs
:
Moving average filter.
Dependencies
~155KB