Function push_key_value

Source
fn push_key_value(key: &str, value: &str, output: &mut String)
Expand description

Pushes a key-value pair to a String.

Key-value pairs are scoped to a section. To make this visually distinguishable, the key-value pair is indented by a tab.