yata 0.4.2

Yet another Technical Analysis library. For rust now.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[features]
default = ["serde"]
period_type_u16 = []
period_type_u32 = []
period_type_u64 = []
unsafe_performance = []
value_type_f32 = []

[package]
authors = ["AMvDev <amv-dev@protonmail.com>"]
categories = ["mathematics", "science"]
description = "Yet another Technical Analysis library. For rust now."
edition = "2018"
keywords = ["technical", "analysis", "trading", "indicators"]
license = "Apache-2.0"
name = "yata"
readme = "README.md"
repository = "https://github.com/amv-dev/yata"
version = "0.4.2"