create structure of project

This commit is contained in:
2025-09-05 01:33:25 +09:00
parent 4671487a3d
commit 80937b301a
6 changed files with 6 additions and 1 deletions

View File

@@ -3,4 +3,6 @@
#![deny(clippy::expect_used)]
pub mod http;
pub mod utils;
pub mod utils;
pub mod tcp;
pub mod udp;