Skip to main content

hex_to_bytes

Function hex_to_bytes 

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