| Crates.io | tradingview |
| lib.rs | tradingview |
| version | 0.1.1 |
| created_at | 2024-02-27 19:15:32.135511+00 |
| updated_at | 2024-06-08 14:33:34.916847+00 |
| description | Rust bindings for leveraging TradingView functionalities |
| homepage | |
| repository | https://github.com/drager/tradingview.git |
| max_upload_size | |
| id | 1155353 |
| size | 131,831 |
This project provides Rust bindings for leveraging TradingView functionalities, allowing Rust applications to interact with TradingView for financial data fetching, realtime subscription, and more.
Check out the examples folder for a quick start on how to use the library.
Add the following to your Cargo.toml file:
[dependencies]
tradingview = "0.1.0"