binance-stream-handler 0.1.2

Ergonomic, async WebSocket/HTTP client pieces for Binance market data streams.
Documentation
1
2
3
4
5
6
7
8
9
# binance-stream-handler

Async order book streams for Binance futures.  
This crate spawns background tasks that keep [`OrderBook`]s updated via REST snapshots and WebSocket deltas, and exposes them as Tokio `watch::Receiver`s.

## Add this crate, plus Tokio (needed to run the async runtime):
```sh
cargo add binance-stream-handler
cargo add tokio --features full