modes functions dir

This commit is contained in:
filipriec
2025-04-03 12:34:37 +02:00
parent 6acf0d6378
commit 9bfac04c44
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
// src/functions/mod.rs // src/functions/mod.rs
pub mod common; pub mod common;
pub mod modes;
pub use common::*; pub use common::*;
pub use modes::*;

View File

@@ -0,0 +1 @@
// src/functions/modes.rs