1
2
3
4
5
mod static_functions;
pub use static_functions::*;

mod dynamic_functions;
pub use dynamic_functions::*;