rsi 0.1.2

A lightweight RSI library in Rust
Documentation
  • Coverage
  • 2.86%
    1 out of 35 items documented0 out of 23 items with examples
  • Size
  • Source code size: 40.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 34s Average build duration of successful builds.
  • all releases: 1m 34s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • floris-xlx hadi-xlx

rsi

rsi is a lightweight technical analysis library for calculating the Relative Strength index on dataframes.

This is built on the polars library as this is the fastest dataframe library out there

Usage

Quickstart

Add the following dependency to your Cargo.toml file:

[depenencies]
rsi = "0.0.1"

Support

If you need any specific features added or have any requests either contact me on discord or open an issue on the Repo