Skip to main content

deribit_websocket/utils/
mod.rs

1//! Utility functions and helpers for the deribit-websocket crate
2//!
3//! This module provides common utilities used throughout the crate.
4
5mod logger;
6
7pub use logger::setup_logger;