rename to helper

This commit is contained in:
MeexReay 2025-05-03 18:20:02 +03:00
parent af6c1ef3b8
commit 841fe69265
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ use uuid::Uuid;
use crate::server::{context::ServerContext, protocol::ConnectionState, ServerError}; use crate::server::{context::ServerContext, protocol::ConnectionState, ServerError};
use super::protocol::ProtocolHelper; use super::helper::ProtocolHelper;
// Клиент контекст // Клиент контекст
// Должен быть обернут в Arc для передачи между потоками // Должен быть обернут в Arc для передачи между потоками

View File

@ -1,2 +1,2 @@
pub mod context; pub mod context;
pub mod protocol; pub mod helper;