functions created and now working, lets move modes functions here now

This commit is contained in:
filipriec
2025-04-03 19:43:59 +02:00
parent 9bfac04c44
commit 07aeecbbfc
5 changed files with 563 additions and 0 deletions

View File

@@ -1 +1,8 @@
// src/functions/modes.rs
pub mod read_only;
pub mod edit;
pub use read_only::*;
pub use edit::*;