binance-async 0.3.0

Rust Library for the Binance API (Async)
Documentation
1
2
3
4
5
mod account;
mod market;

pub use account::*;
pub use market::*;