refactor: Move common utility functions to src/modes/common.rs and update module structure

This commit is contained in:
Andrew Phillips (aider)
2025-05-09 16:20:54 -03:00
parent 7725e41883
commit 331a971d3d
3 changed files with 50 additions and 0 deletions

1
src/modes/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub mod common;