patisson-binance-sdk 0.1.8

Unofficial Rust SDK for the Binance exchange API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod config;
mod error;
mod handle;
mod message;
mod state;
mod stream;

pub use config::{Config, DEFAULT_CONNECTION_TTL, DEFAULT_PING_INTERVAL, DEFAULT_PONG_TIMEOUT};
pub use error::Error;
pub use handle::Handle;
pub use message::*;
pub use stream::Stream;