workspace_path

Function workspace_path 

Source
pub fn workspace_path() -> Option<&'static str>
Expand description

Returns the full file system path to the cargo workspace of the currently running executable.

If the currently running executable was not started by cargo run or a similar command, this function returns None.