Function nvbit_build::manifest_path

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

Get the cargo manifest directory.

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

Panics

When the CARGO_MANIFEST_DIR environment variable is not set.