add zone module with Zone struct and related functionality

This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent 3f3aec8edd
commit 2eaa5c215d
2 changed files with 271 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
pub mod config;
mod utils;
pub mod zone;