cvi-rs 0.1.0

Chaikins Volatility (CVI) Implementation In Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cvi-rs"
version = "0.1.0"
dependencies = [
 "ema-rs",
 "ta-common",
]

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

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