An open API service indexing awesome lists of open source software.

https://github.com/wiese-m/quote-rs

A very simple Binance market data connector app written in Rust
https://github.com/wiese-m/quote-rs

async crypto data-feed rust tokio websocket

Last synced: about 23 hours ago
JSON representation

A very simple Binance market data connector app written in Rust

Awesome Lists containing this project

README

          

# quote-rs

Very simple Rust project built with asynchronous support using the `tokio` runtime. The application connects to a live data feed over a WebSocket channel to display the latest price of the cryptocurrency instrument `BINANCEFUT_BTCUSDT`.

## Installation

```bash
git clone https://github.com/wiese-m/quote-rs.git
```
```bash
cd quote-rs/
```
```bash
cargo run
```