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
- Host: GitHub
- URL: https://github.com/wiese-m/quote-rs
- Owner: wiese-m
- License: mit
- Created: 2024-03-23T23:08:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T20:18:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T19:44:57.262Z (over 1 year ago)
- Topics: async, crypto, data-feed, rust, tokio, websocket
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```