moved rust util functions to use folder structure

This commit is contained in:
Valmo Trindade
2025-04-16 16:51:21 -03:00
parent ad2f529345
commit b230515675
6 changed files with 49 additions and 47 deletions

3
src/utils/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod uuid;
pub mod address;
pub mod log;