binance-async 0.3.0

Rust Library for the Binance API (Async)
Documentation
1
2
3
4
5
6
7
mod account;
mod trade;
mod user_stream;

pub use account::*;
pub use trade::*;
pub use user_stream::*;