linreg-rs 0.1.0

Linear Regression Over a Period in Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "linreg-rs"
version = "0.1.0"
dependencies = [
 "sma-rs",
 "ta-common",
]

[[package]]
name = "sma-rs"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de5a9ad599ea7b590d91f312fe198465b6cc7902f2bfe5e331c2406ecad6c8d5"
dependencies = [
 "ta-common",
]

[[package]]
name = "ta-common"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5c6a590fdb5859ad497ce2125f7deccf3f231e0139565a89732b055ddcd2c69"