Skip to main content

workspace_root

Function workspace_root 

Source
pub fn workspace_root() -> PathBuf
Expand description

The workspace root. xtask lives one level below it.

§Panics

On an impossible layout (no parent directory) — a build helper should abort loudly rather than thread that through every command.