crypto-ws-client 3.2.4

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;