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](./examples) folder for a quick start on how to use the library.
Add the following to your `Cargo.toml` file:
```toml
[dependencies]
tradingview = "0.1.0"