deribit-websocket 0.3.0

WebSocket client for Deribit trading platform real-time data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Mock-server integration test modules.
//!
//! Each submodule exercises one flow from issue #53 against the shared
//! mock server and client helpers in [`helpers`].

pub(crate) mod helpers;

mod auth;
mod id_matching;
mod notifications;
mod reconnect;
mod subscriptions;
mod timeout;