binance-stream-handler

Crates.iobinance-stream-handler
lib.rsbinance-stream-handler
version0.1.3
created_at2025-09-16 18:07:46.424471+00
updated_at2025-12-25 15:21:21.877593+00
descriptionAsync WebSocket/HTTP app for Binance Orderbooks streams.
homepagehttps://github.com/LeatherBag011235/Binance-stream-handler
repositoryhttps://github.com/LeatherBag011235/Binance-stream-handler
max_upload_size
id1842142
size88,521
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