ta-lib-sys 0.1.2

Autogenerated Rust wrapper for TA-lib
docs.rs failed to build ta-lib-sys-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.