ema 0.1.1

Library for using exponential moving averages
Documentation
[dependencies.num-traits]
version = "0.2"

[dependencies.ordered-float]
version = "2.5"
[dev-dependencies.half]
features = ["num-traits"]
version = "1.7"

[features]

[package]
authors = ["Tyler Hawkes <tyler.hawkes@gmail.com>"]
categories = ["embedded", "no-std", "algorithms", "mathematics"]
description = "Library for using exponential moving averages"
documentation = "https://docs.rs/ema"
edition = "2018"
keywords = ["no_std", "no-std", "data", "average", "algorithm"]
license = "MIT OR Apache-2.0"
name = "ema"
readme = "README.md"
repository = "https://github.com/tylerhawkes/ema"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true