2 unstable releases

Uses old Rust 2015

0.2.0 Mar 29, 2018
0.1.0 Dec 31, 2017

#17 in #moving

44 downloads per month

MIT license

4KB
53 lines

moving_avg – Moving average filter

Documentation

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