new function dir for functions

This commit is contained in:
filipriec
2025-04-03 12:32:53 +02:00
parent 1a09624242
commit 6acf0d6378
12 changed files with 21 additions and 13 deletions

View File

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