hex_byte_parser

Function hex_byte_parser 

Source
pub fn hex_byte_parser<'src>() -> impl Parser<'src, &'src str, u8, Err<Rich<'src, char>>>
Expand description

parses a series of hex-encoded bytes (always even number of hex digits)