deribit-websocket 0.3.0

WebSocket client for Deribit trading platform real-time data
Documentation
1
2
3
4
5
6
7
//! Connection module for WebSocket client

pub mod dispatcher;
pub mod ws_connection;

pub use dispatcher::Dispatcher;
pub use ws_connection::*;