serde_hex::utils

Function intohex

Source
pub fn intohex(buf: &mut [u8], src: &[u8])
Expand description

write hex to buffer.

ยงpanics

panics if buff is not exactly twice the size of src.