crypto-ws-client 4.11.8

A versatile websocket client that supports many cryptocurrency exchanges.
Documentation
1
2
3
4
5
6
7
mod mexc_spot;
mod mexc_swap;

pub(super) const EXCHANGE_NAME: &str = "mexc";

pub use mexc_spot::MexcSpotWSClient;
pub use mexc_swap::MexcSwapWSClient;