moosicbox_server_simulator 0.2.0

MoosicBox Server Simulator package
1
2
3
4
5
6
7
8
//! Client simulation components for testing the `MoosicBox` server.
//!
//! This module contains client-side simulation components including:
//! * [`fault_injector`] - Injects random faults to test system resilience
//! * [`health_checker`] - Monitors server health status periodically

pub mod fault_injector;
pub mod health_checker;