Crates.io | ta-lib-sys |
lib.rs | ta-lib-sys |
version | 0.1.2 |
source | src |
created_at | 2021-09-27 12:57:06.463233 |
updated_at | 2023-01-16 18:49:00.029765 |
description | Autogenerated Rust wrapper for TA-lib |
homepage | https://ta-lib.org/ |
repository | https://github.com/virtualritz/ta-lib-rs/ |
max_upload_size | |
id | 456992 |
size | 9,366,068 |
ta-lib-sys
The Technical Analysis library includes 200 financial indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands, as well as Candlestick pattern recognition.
This crate includes the C source code the TA-Lib v0.4.0. This is built from source and Rust-wrapped by default. Alternatively, the system’s TA-Lib may be used. See Cargo features below.
use_system_lib
– Use the system's installed C TA lib instead of building
from source.