binance-sdk 45.0.0

This is a lightweight library that works as a connector to the Binance public API.
/*
 * Binance Wallet REST API
 *
 * OpenAPI Specification for the Binance Wallet REST API
 *
 * 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 account_api;
pub use account_api::*;
pub mod asset_api;
pub use asset_api::*;
pub mod capital_api;
pub use capital_api::*;
pub mod others_api;
pub use others_api::*;
pub mod travel_rule_api;
pub use travel_rule_api::*;