parse_hex_string

Function parse_hex_string 

Source
pub fn parse_hex_string(input: &str) -> Result<Vec<Token>, Error>
Expand description

Parse a hex string.

The input is expected to look like { AB .. }.

ยงErrors

Returns an error if the parsing fails.