deribit-base 0.3.1

Base library with common structs, traits, and logic for Deribit API clients
Documentation
1
2
3
4
5
6
7
8
9
//! Utility functions and helpers for Deribit API operations
//!
//! This module contains various utility functions and helpers used across
//! all Deribit API client implementations (FIX, HTTP REST, WebSocket).

/// Logging configuration and setup
pub mod logger;
/// Common utility functions and constants
pub(crate) mod tools;