https://github.com/virtualritz/ta-lib-rs
High level Rust wrapper around ta-lib.
https://github.com/virtualritz/ta-lib-rs
Last synced: 12 months ago
JSON representation
High level Rust wrapper around ta-lib.
- Host: GitHub
- URL: https://github.com/virtualritz/ta-lib-rs
- Owner: virtualritz
- Created: 2021-09-24T11:59:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T18:43:05.000Z (over 3 years ago)
- Last Synced: 2025-03-25T10:05:06.501Z (over 1 year ago)
- Language: C
- Size: 1.12 MB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `ta-lib`
Rust wrapper around the Technical Analysis library.
The autogenerated (`bindgen`) wrapper is in the `ta-lib-sys` folder. The high
level wrapper is in `ta-lib`.
The `ta-lib` crate only exposes the functions I need myself from the original
TA lib. Which has around 200 of them. Feel free to expose more (easy via the
included macros) and open a PR.
I sugget using the [`ta`](https://crates.io/crates/ta/) crate instead, which is
a rewrite in Rust of *some* parts of TA but with better ergonomics than this
crate here.
However, if you quickly need to use an indicator missing from `ta`, this crate
may get you there quickly, as a workaround.