Function faster_hex::hex_to

source ·
pub fn hex_to(
    src: &[u8],
    dst: &mut [u8],
    trim_left_zero: bool
) -> Result<usize, usize>