Function re_build_tools::is_tracked_env_var_set
source ยท pub fn is_tracked_env_var_set(env_var_name: &str) -> bool
Expand description
Read the environment variable and trigger a rebuild whenever the environment variable changes.
Returns true
if that variable has been set to a truthy value.