tradingview

Crates.iotradingview
lib.rstradingview
version0.1.1
created_at2024-02-27 19:15:32.135511+00
updated_at2024-06-08 14:33:34.916847+00
descriptionRust bindings for leveraging TradingView functionalities
homepage
repositoryhttps://github.com/drager/tradingview.git
max_upload_size
id1155353
size131,831
Jesper HÃ¥kansson (drager)

documentation

README

TradingView

This project provides Rust bindings for leveraging TradingView functionalities, allowing Rust applications to interact with TradingView for financial data fetching, realtime subscription, and more.

Getting Started

Check out the examples folder for a quick start on how to use the library.

Installation

Add the following to your Cargo.toml file:

[dependencies]
tradingview = "0.1.0"
Commit count: 67

cargo fmt