ta-lib-sys

Crates.iota-lib-sys
lib.rsta-lib-sys
version0.1.2
sourcesrc
created_at2021-09-27 12:57:06.463233
updated_at2023-01-16 18:49:00.029765
descriptionAutogenerated Rust wrapper for TA-lib
homepagehttps://ta-lib.org/
repositoryhttps://github.com/virtualritz/ta-lib-rs/
max_upload_size
id456992
size9,366,068
Moritz Mœller (virtualritz)

documentation

https://docs.rs/ta-lib-sys/

README

ta-lib-sys

Build Status

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.

Cargo Features

  • use_system_lib – Use the system's installed C TA lib instead of building from source.
Commit count: 25

cargo fmt