parse_hex

Function parse_hex 

Source
pub fn parse_hex<const N: usize>(text: &str) -> Result<[u8; N], String>