get_workspace_root

Function get_workspace_root 

Source
pub fn get_workspace_root() -> Result<PathBuf>
Expand description

Resolve workspace root directory.

Ascends three levels from this crate’s manifest.

§Errors

  • Directory traversal fails (unexpected layout).