crypto-ws-client 4.10.2

A versatile websocket client that supports many cryptocurrency exchanges.
Documentation
1
2
3
4
5
6
pub(crate) mod command_translator;
pub(crate) mod connect_async;
pub(crate) mod message_handler;
pub(super) mod utils;
pub(crate) mod ws_client;
pub(super) mod ws_client_internal;