binance-standard-sdk 0.1.1

Binance SDK, A wrapper for the Binance API.
Documentation
1
2
3
4
5
6
/// Binance Client, a wrapper for most of the Binance API.
pub mod client;
/// tool mod
pub mod tool;
/// Encapsulation module for binance api related data types.
pub mod types;