crypto-ws-client 0.3.0

A versatile websocket client that supports many cryptocurrency exchanges.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use]
mod ws_client_internal;

mod utils;

pub(super) mod binance;
pub(super) mod bitmex;
pub(super) mod bitstamp;
pub(super) mod huobi;
pub(super) mod kraken;
pub(super) mod mxc;
pub(super) mod okex;