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.