Function env_var

Source
pub fn env_var(var: &str) -> Option<OsString>
Expand description

Gets an external environment variable, and registers the build script to rerun if the variable changes.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here