Skip to main content

parse_bool

Function parse_bool 

Source
pub fn parse_bool(key: &str, default: bool) -> bool
Expand description

Truthy-string bool (1|true|yes|on), or default when unset.