binance-sdk 61.0.0

This is a lightweight library that works as a connector to the Binance public API.
Documentation
/*
 * Alpha WebSocket Market Streams
 *
 * Access Alpha market streams over WebSocket.
 *
 * The version of the OpenAPI document: 1.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

pub mod aggregate_trade_stream_response;
pub use self::aggregate_trade_stream_response::AggregateTradeStreamResponse;
pub mod all_book_ticker_stream_response;
pub use self::all_book_ticker_stream_response::AllBookTickerStreamResponse;
pub mod all_mini_ticker_stream_response;
pub use self::all_mini_ticker_stream_response::AllMiniTickerStreamResponse;
pub mod all_ticker_stream_response;
pub use self::all_ticker_stream_response::AllTickerStreamResponse;
pub mod all_tokens24h_ticker_stream_response;
pub use self::all_tokens24h_ticker_stream_response::AllTokens24hTickerStreamResponse;
pub mod all_tokens24h_ticker_stream_response_d_inner;
pub use self::all_tokens24h_ticker_stream_response_d_inner::AllTokens24hTickerStreamResponseDInner;
pub mod book_ticker_stream_response;
pub use self::book_ticker_stream_response::BookTickerStreamResponse;
pub mod contract_kline_stream_response;
pub use self::contract_kline_stream_response::ContractKlineStreamResponse;
pub mod contract_kline_stream_response_k;
pub use self::contract_kline_stream_response_k::ContractKlineStreamResponseK;
pub mod full_depth_stream_response;
pub use self::full_depth_stream_response::FullDepthStreamResponse;
pub mod kline_stream_response;
pub use self::kline_stream_response::KlineStreamResponse;
pub mod kline_stream_response_k;
pub use self::kline_stream_response_k::KlineStreamResponseK;
pub mod mini_ticker_stream_response;
pub use self::mini_ticker_stream_response::MiniTickerStreamResponse;
pub mod partial_depth_stream_response;
pub use self::partial_depth_stream_response::PartialDepthStreamResponse;
pub mod ticker_stream_response;
pub use self::ticker_stream_response::TickerStreamResponse;
pub mod trade_stream_response;
pub use self::trade_stream_response::TradeStreamResponse;