indicator_math 0.4.0

A technical analysis indicator library for Rust: SMA, EMA, WMA, HMA, EHMA, MACD and more.
Documentation
[lib]
name = "indicator_math"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A technical analysis indicator library for Rust: SMA, EMA, WMA, HMA, EHMA, MACD and more."
documentation = "https://docs.rs/indicator_math"
edition = "2021"
homepage = "https://github.com/Pick999999/indicator_math"
license = "MIT"
name = "indicator_math"
readme = "README.md"
repository = "https://github.com/Pick999999/indicator_math"
version = "0.4.0"