Chore: Refactor Rust-Backend Modularity

This commit is contained in:
Youwes09
2026-04-28 10:54:52 -05:00
parent 75e8bc5986
commit 528f966b1f
10 changed files with 846 additions and 818 deletions
+5
View File
@@ -0,0 +1,5 @@
pub mod backup;
pub mod server;
pub mod storage;
pub mod system;
pub mod updater;