binance-stream-handler

Crates.iobinance-stream-handler
lib.rsbinance-stream-handler
version0.1.1
created_at2025-09-16 18:07:46.424471+00
updated_at2025-09-16 18:18:34.76041+00
descriptionErgonomic, async WebSocket/HTTP client pieces for Binance market data streams.
homepagehttps://github.com/LeatherBag011235/Binance-stream-handler
repositoryhttps://github.com/LeatherBag011235/Binance-stream-handler
max_upload_size
id1842142
size83,859
Maxim Shibanov (LeatherBag011235)

documentation

https://docs.rs/binance-stream-handler

README

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::Receivers.

Add this crate, plus Tokio (needed to run the async runtime):

cargo add binance-stream-handler
cargo add tokio --features full
Commit count: 31

cargo fmt