get_opt_level() -> &'static str1 pub(crate) const fn get_opt_level() -> &'static str { 2 env!("BUILD_SCRIPT_OPT_LEVEL") 3 } 4 get_out_dir() -> &'static str5 pub(crate) const fn get_out_dir() -> &'static str { 6 env!("BUILD_SCRIPT_OUT_DIR") 7 } 8