Function hex_byte_parser

Source
pub fn hex_byte_parser() -> impl Parser<char, u8, Error = Simple<char>>
Expand description

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