pub fn parse_or<T: FromStr>(key: &str, default: T) -> T
Parse a variable into any FromStr type, falling back on unset or unparseable values.