tradingview 0.1.1

Rust bindings for leveraging TradingView functionalities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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](./examples) folder for a quick start on how to use the library.

### Installation

Add the following to your `Cargo.toml` file:

```toml
[dependencies]
tradingview = "0.1.0"