pub const fn encode_i8(buf: &mut [u8; 2], value: i8) -> usize
Encodes an i8 into a buffer, returning the encoded length.
i8