Function cranelift_reader::parse_options[][src]

pub fn parse_options<'a, I>(
    iter: I,
    config: &mut Configurable,
    loc: Location
) -> ParseResult<()> where
    I: Iterator<Item = &'a str>, 

Parse an iterator of command line options and apply them to config.