dx-rs 0.1.0

Directional Movement Index (DX) ,Average Directional Movement Index (ADX) and Average Directional Movement Rating (ADXR) implementaion In Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "dx-rs"
version = "0.1.0"
dependencies = [
 "ta-common",
 "tr-rs",
]

[[package]]
name = "float-ord"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"

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

[[package]]
name = "tr-rs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c144be778724d063355269b545c37de1346048f7988938106c28d6af33fdff9"
dependencies = [
 "float-ord",
 "ta-common",
 "wilders-rs",
]

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