pub fn put_i8(buf: &mut [u8], n: i8)
Expand description

Converts a i8 into an unsigned byte and writes it at the start of a buffer.