pub fn normalize_build(
build: Option<&StringOrBool>,
package_root: &Path,
) -> Option<StringOrBool>
Expand description
Returns the path to the build script if one exists for this crate.
pub fn normalize_build(
build: Option<&StringOrBool>,
package_root: &Path,
) -> Option<StringOrBool>
Returns the path to the build script if one exists for this crate.