Skip to main content

write_kv_bool

Function write_kv_bool 

Source
pub fn write_kv_bool(buf: &mut Vec<u8>, key: &str, value: bool)
Expand description

Write a key-value pair (string key, bool value).