pub fn parse_or<T: FromStr>(key: &str, default: T) -> T
Parse key into T, falling back to default when unset/empty/unparseable.
key
T
default