Skip to main content

put_u8

Function put_u8 

Source
pub fn put_u8(b: &mut [u8], off: usize, v: u8)
Expand description

Writes v at off. Does nothing if the slice is too short.