fn push_key_value(key: &str, value: &str, output: &mut String)
Pushes a key-value pair to a String.
String
Key-value pairs are scoped to a section. To make this visually distinguishable, the key-value pair is indented by a tab.