serde_hex::utils

Function intobyte

Source
pub fn intobyte(a: u8, b: u8) -> Result<u8, ParseHexError>
Expand description

attemt to convert a pair of bytes from a hexadecimal string into their underlying byte representation.