refactor: split large modules and normalize rust layout

This commit is contained in:
kdletters
2026-05-18 19:40:14 +08:00
parent 472a47eae7
commit 269f35cecf
51 changed files with 17492 additions and 17169 deletions

View File

@@ -0,0 +1,15 @@
pub mod admin;
pub mod assets;
pub mod auth;
pub mod bark_battle;
pub mod big_fish;
pub mod custom_world;
pub mod edutainment;
pub mod health;
pub mod internal;
pub mod match3d;
pub mod platform;
pub mod profile;
pub mod puzzle;
pub mod square_hole;
pub mod story;