app_root_folder 0.1.0

Get the path to the app root folder
Documentation
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;