| Crates.io | binance-stream-handler |
| lib.rs | binance-stream-handler |
| version | 0.1.1 |
| created_at | 2025-09-16 18:07:46.424471+00 |
| updated_at | 2025-09-16 18:18:34.76041+00 |
| description | Ergonomic, async WebSocket/HTTP client pieces for Binance market data streams. |
| homepage | https://github.com/LeatherBag011235/Binance-stream-handler |
| repository | https://github.com/LeatherBag011235/Binance-stream-handler |
| max_upload_size | |
| id | 1842142 |
| size | 83,859 |
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::Receivers.
cargo add binance-stream-handler
cargo add tokio --features full