shell::parse

Function escape_to_char

Source
fn escape_to_char(chars: &mut Peekable<Chars<'_>>) -> Result<char, Error>
Expand description

Read an ascii char from 0x00-0x7F endowed in a string as ‘\xXX’ where X is single hex digit.