sd-rs 0.1.0

Standard Deviation Over Period (SD) implementation in Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "sd-rs"
version = "0.1.0"
dependencies = [
 "sma-rs",
 "ta-common",
]

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

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