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
.
git clone https://github.com/wiese-m/quote-rs.git
cd quote-rs/
cargo run