Skip to main content

write_bool

Function write_bool 

Source
pub fn write_bool(buf: &mut Vec<u8>, v: bool)
Expand description

Write a boolean as a single byte (0 or 1).