Function nvbit_build::output_path

source ·
pub fn output_path() -> PathBuf
Expand description

Get the cargo output directory.

Note: This function is intended to be used the build.rs context.

Panics

When the OUT_DIR environment variable is not set.