1 2 3 4 5 6 7
pub use get_app_root_folder::{ AppRootFolderPath, get_app_root_folder, get_app_root_folder_by_executable, }; pub use get_executable_path::{ExecutablePath, get_executable_path}; pub mod get_app_root_folder; pub mod get_executable_path;