serde_hex::utils

Function intohexcaps

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

write uppercase hex to buffer.

ยงpanics

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