Function get_workspace_root_path

Source
pub fn get_workspace_root_path() -> PathBuf
Expand description

Returns the workspace root directory path.

§Panics

Panics if the CARGO_MANIFEST_DIR environment variable is not set or its parent directory cannot be determined.