modules encapsulate from each other

This commit is contained in:
2026-03-26 13:19:59 +07:00
parent cb837c08f2
commit c51c086fbc
27 changed files with 194 additions and 175 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use std::sync::atomic::{AtomicU32, Ordering};
use std::sync::Arc;
use tokio::sync::mpsc::{error::SendError, Sender};
use crate::nrxp::frame::FrameType;
use crate::nrxp::FrameType;
struct IdGenerator {
counter: AtomicU32,