mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-15 07:26:44 +08:00
init
This commit is contained in:
7
src/utils/mod.rs
Normal file
7
src/utils/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
//! Utility modules for One-KVM
|
||||
//!
|
||||
//! This module contains common utilities used across the codebase.
|
||||
|
||||
pub mod throttle;
|
||||
|
||||
pub use throttle::LogThrottler;
|
||||
Reference in New Issue
Block a user