mexc-rs 0.2.0

Rust client for the mexc.com exchange
Documentation
1
2
3
use crate::futures::error::ApiError;

pub type ApiResult<T> = Result<T, ApiError>;