Function ft_sys::env::var

source ยท
pub fn var(name: String) -> Option<String>
Expand description

Read an environment variable. If the environment variable is not set, this returns None.