Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.

kchmck/moving_avg.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Moving average filter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages