Function parse_env

Source
pub fn parse_env() -> Vec<(ParseWarning, Range<usize>)>
Expand description

Parse experimental options from the ENV environment variable.

Uses parse_iter internally. Each warning includes a Range<usize> pointing to the part of the environment variable that triggered it.