pub fn get_project_root() -> PathBufExpand description
Get the project root directory by searching for
the target folder and the Cargo.lock file.
Use get_project_root_directory to handle the error manually.
pub fn get_project_root() -> PathBufGet the project root directory by searching for
the target folder and the Cargo.lock file.
Use get_project_root_directory to handle the error manually.