Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 326 Bytes

File metadata and controls

9 lines (6 loc) · 326 Bytes

Rust streaming client

Uses rust_socketio, a maintained Socket.IO v4 client for Rust.

LIVERATES_KEY=trial cargo run

The rates event carries a JSON-stringified payload — Payload::String(s) is the usual arm; serde_json::from_str on s gets you a typed quote.