2 unstable releases

Uses old Rust 2015

0.2.0 Mar 29, 2018
0.1.0 Dec 31, 2017

#18 in #moving

Download history 4/week @ 2024-07-20 11/week @ 2024-07-27 8/week @ 2024-09-21

54 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

~150KB